https://github.com/kamui-fin/emuchip
A simple CHIP-8 emulator in Rust
https://github.com/kamui-fin/emuchip
Last synced: 3 months ago
JSON representation
A simple CHIP-8 emulator in Rust
- Host: GitHub
- URL: https://github.com/kamui-fin/emuchip
- Owner: kamui-fin
- License: gpl-3.0
- Created: 2023-10-24T01:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:37:30.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:48:17.244Z (5 months ago)
- Language: Rust
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emuchip
A CHIP-8 emulator written in Rust as a fun learning project to explore emulator development and low-level systems programming.
