Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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