Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckasRanarison/yace
Yet another CHIP-8 emulator
https://github.com/luckasRanarison/yace
chip8 cli emulator wasm
Last synced: about 1 month ago
JSON representation
Yet another CHIP-8 emulator
- Host: GitHub
- URL: https://github.com/luckasRanarison/yace
- Owner: luckasRanarison
- License: mit
- Created: 2023-10-16T13:22:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-01T07:50:36.000Z (about 1 year ago)
- Last Synced: 2024-11-01T15:22:33.229Z (about 2 months ago)
- Topics: chip8, cli, emulator, wasm
- Language: Rust
- Homepage: https://luckasranarison.github.io/yace/
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yace
Yet another CHIP-8 emulator.
## References
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator
## TODO
- [x] Basic emulator.
- [x] CLI version.
- [x] WASM and webui.