Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandwoodjones/chip8-rust
A CHIP-8 emulator written in rust
https://github.com/sandwoodjones/chip8-rust
chip-8 chip8 chip8-emulator emulator rust
Last synced: about 2 months ago
JSON representation
A CHIP-8 emulator written in rust
- Host: GitHub
- URL: https://github.com/sandwoodjones/chip8-rust
- Owner: SandWoodJones
- License: mit
- Created: 2021-04-21T21:24:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T11:14:34.000Z (over 3 years ago)
- Last Synced: 2023-09-10T02:54:06.238Z (over 1 year ago)
- Topics: chip-8, chip8, chip8-emulator, emulator, rust
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip8-rust
A CHIP-8 emulator, written in Rust.## Sources
+ [Wikipedia](https://en.wikipedia.org/wiki/CHIP-8)
+ [How to write an emulator (CHIP-8 interpreter)](https://multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) by [Laurence Muller](https://github.com/falcon4ever)