- Built using
Rust - Statically links
SDL2(no need to installSDL2for building) - Can run all ROMS
- Has a Sound Timer
cargo build --release
target/release/chip8 <path-to-rom> (If no rom is provided, it will use the default rom)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
RustSDL2 (no need to install SDL2 for building)cargo build --release
target/release/chip8 <path-to-rom> (If no rom is provided, it will use the default rom)