https://github.com/luizdepra/r8
A simple CHIP8 interpreter made with Rust.
https://github.com/luizdepra/r8
chip8 emulator interpreter rust
Last synced: 12 months ago
JSON representation
A simple CHIP8 interpreter made with Rust.
- Host: GitHub
- URL: https://github.com/luizdepra/r8
- Owner: luizdepra
- License: mit
- Created: 2022-02-18T14:31:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:19:11.000Z (over 1 year ago)
- Last Synced: 2025-05-16T15:19:33.620Z (about 1 year ago)
- Topics: chip8, emulator, interpreter, rust
- Language: Rust
- Homepage:
- Size: 171 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R8
A simple implementation of a CHIP-8 interpreter made with Rust.