Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-18T19:47:31.000Z (8 months ago)
- Last Synced: 2024-10-15T03:28:23.703Z (2 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).
![image](https://github.com/SkyfallWasTaken/chip8-rs/assets/55807755/942f0bea-c042-4ce3-85df-10b21a89340b)
## 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