| Crates.io | nibble8 |
| lib.rs | nibble8 |
| version | 0.2.0 |
| created_at | 2021-10-15 09:57:21.697519+00 |
| updated_at | 2021-10-21 17:01:12.280337+00 |
| description | Yet another Rust implementation of a Chip-8 interpreter, using sdl2. |
| homepage | https://github.com/hgrsd/nibble8/ |
| repository | https://github.com/hgrsd/nibble8/ |
| max_upload_size | |
| id | 465362 |
| size | 102,082 |

Yet another Rust crate for a Chip-8 interpreter, using sdl2.
The Rust toolchain should be installed.
SDL2 development library >= 2.0.5 must also be installed. See here for installation instructions.
git clone https://github.com/hgrsd/nibble8
cargo run --release <path_to_rom.ch8>
cargo install nibble8
nibble8 <path_to_rom.ch8>
cargo test
See the following articles on the Chip 8 instruction set.
Very welcome! Feel free to open a PR or to open a new issue.