rusty-chip8

Crates.iorusty-chip8
lib.rsrusty-chip8
version1.1.0
sourcesrc
created_at2022-10-08 16:29:11.061174
updated_at2023-02-05 18:40:24.520096
descriptionChip8 emulator/interpreter
homepagehttps://github.com/rimbi/rusty-chip8
repositoryhttps://github.com/rimbi/rusty-chip8
max_upload_size
id683635
size727,722
Cem Eliguzel (rimbi)

documentation

README

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
Commit count: 13

cargo fmt