Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timo-dk/chip-8
Rust implementation of the chip-8 emulator
https://github.com/timo-dk/chip-8
emulator rust-lang
Last synced: about 18 hours ago
JSON representation
Rust implementation of the chip-8 emulator
- Host: GitHub
- URL: https://github.com/timo-dk/chip-8
- Owner: Timo-DK
- Created: 2019-10-30T21:27:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T20:57:06.000Z (over 1 year ago)
- Last Synced: 2025-01-13T16:20:13.277Z (about 18 hours ago)
- Topics: emulator, rust-lang
- Language: Rust
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip-8
Rust implementation of the chip-8 emulator.## Usage
```
cargo run "Rom Path"
```## References
* https://en.wikipedia.org/wiki/CHIP-8
* http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/### Code used for reference, thanks!
* https://github.com/starrhorne/chip8-rust
* https://github.com/mikezaby/chip-8.rs### Code used for WGPU implementation, thanks Kvark!
* https://github.com/kvark/vange-rs### Roms
* https://github.com/dmatlack/chip8/tree/master/roms