Crates.io | chip8_core |
lib.rs | chip8_core |
version | 0.4.0 |
source | src |
created_at | 2023-06-19 18:09:17.773863 |
updated_at | 2023-12-23 12:04:41.712526 |
description | A CHIP-8 emulator core library |
homepage | https://github.com/deanrumsby/chip8_core |
repository | https://github.com/deanrumsby/chip8_core |
max_upload_size | |
id | 894287 |
size | 30,224 |
A Chip8 interpreter library.
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.
cargo add chip8_core
npm install @deanrumsby/chip8_core
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.