Skip to content

rimbi/rusty-chip8

Repository files navigation

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

About

A simple chip8 emulator/interpreter in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages