Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpouer/r-chip8
A simple Chip8 emulator
https://github.com/kpouer/r-chip8
Last synced: about 1 month ago
JSON representation
A simple Chip8 emulator
- Host: GitHub
- URL: https://github.com/kpouer/r-chip8
- Owner: kpouer
- License: mit
- Created: 2023-09-12T19:49:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T20:05:02.000Z (over 1 year ago)
- Last Synced: 2023-09-13T05:37:36.064Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R-chip8
Another chip 8 emulator.
This is a chip 8 emulator written in Rust. My goal is to learn Rust as well as learn about writing emulators.
I am following the tutorial at [http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/).## State
At this time it runs a few demos but is far to be complete. Not fully implemented and buggy.
## Sources
I used the following documentations
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
- https://en.wikipedia.org/wiki/CHIP-8
- https://chip-8.github.io/extensions/