https://github.com/skyfallwastaken/chip8-rs
Platform-agnostic, spec-compliant CHIP-8 emulator
https://github.com/skyfallwastaken/chip8-rs
chip-8 chip8 emulator macroquad rust
Last synced: 4 months ago
JSON representation
Platform-agnostic, spec-compliant CHIP-8 emulator
- Host: GitHub
- URL: https://github.com/skyfallwastaken/chip8-rs
- Owner: SkyfallWasTaken
- Created: 2024-04-02T16:00:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-18T19:47:31.000Z (about 1 year ago)
- Last Synced: 2025-02-03T05:42:13.412Z (5 months ago)
- Topics: chip-8, chip8, emulator, macroquad, rust
- Language: Rust
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHIP-8
This is a basic CHIP-8 emulator, written in Rust. It uses [Macroquad](https://macroquad.rs) for the viewer, and is platform-agnostic (but currently only has one user - the viewer).

## Running the emulator
**Usage:** viewer [OPTIONS] \
**Arguments:**
- \ The path to the CHIP-8 ROM
**Options:**
- **--cycle-to-log**
Logs debugging information after this cycle is executed
- **-s, --show-fps**
Show the current FPS in the top left corner of the screen
- **--cycles-per-second**
The number of cycles to execute per second [default: 700]
- -h, --help
Print help
- -V, --versionPrint version