0.4.0 • Published 5 months ago

@deanrumsby/chip8_core v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

chip8_core

A Chip8 interpreter library.

Motivation

I have several project ideas that involve the Chip8 interpreter, since it is such a simple system to build for, so I wanted to create a library that I could use for several different targets. Thus, the aim for this library is to create a simple, accurate and very portable library that I can build different UIs to attach to.

Environments

  • Desktop
  • Browser (via WASM)
  • Embedded

Installation

  • via cargo: cargo add chip8_core
  • via npm (WASM module): npm install @deanrumsby/chip8_core

Examples

There is an example application for each runtime environment in the examples folder. You will need to clone this repo and then look to the specific example's README for instructions on how to run it.

0.4.0

5 months ago

0.3.0

6 months ago

0.2.0

11 months ago

0.1.4

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.3

11 months ago

0.1.0

11 months ago