#chip8 #game #emulator

rusty-chip8

Chip8 emulator/interpreter

3 releases (stable)

1.1.0 Feb 5, 2023
1.0.0 Feb 4, 2023
0.1.0 Oct 8, 2022

#179 in Emulators

Download history 22/week @ 2024-02-26 80/week @ 2024-03-04 3/week @ 2024-03-11

105 downloads per month

MIT/Apache

535KB
403 lines

rusty-chip8

A Chip8 emulator/interpreter crate in Rust.

This crate implements Chip8 logic and allows users to construct new Chip8 apps with their choice of graphics/audio libraries.

Chip8 in motion

Example

There is an example implementation using bevy in the examples directory.

Run Example

cargo run --example rusty-chip8-bevy --release resources/roms/Space\ Invaders\ \[David\ Winter\].ch8

Dependencies