Crates.io | rusty-chip8 |
lib.rs | rusty-chip8 |
version | 1.1.0 |
source | src |
created_at | 2022-10-08 16:29:11.061174 |
updated_at | 2023-02-05 18:40:24.520096 |
description | Chip8 emulator/interpreter |
homepage | https://github.com/rimbi/rusty-chip8 |
repository | https://github.com/rimbi/rusty-chip8 |
max_upload_size | |
id | 683635 |
size | 727,722 |
A Chip8 emulator/interpreter crate in Rust.
This crate implements Chip8 logic and allows users to construct new Chip8 apps with their choice of graphics/audio libraries.
There is an example implementation using bevy
in the examples
directory.
cargo run --example rusty-chip8-bevy --release resources/roms/Space\ Invaders\ \[David\ Winter\].ch8