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: 5 days 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-10-10T23:32:14.274Z (26 days 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.