#chip8 #game #emulator

rusty-chip8

Chip8模拟器/解释器

3 个版本 (稳定版)

1.1.0 2023年2月5日
1.0.0 2023年2月4日
0.1.0 2022年10月8日

#180模拟器

MIT/Apache

535KB
403

rusty-chip8

一个Rust编写的Chip8模拟器/解释器包。

此包实现了Chip8逻辑,并允许用户使用他们选择的图形/音频库构建新的Chip8应用程序。

Chip8 in motion

示例

examples目录中有一个使用bevy的示例实现。

运行示例

cargo run --example rusty-chip8-bevy --release resources/roms/Space\ Invaders\ \[David\ Winter\].ch8

依赖项