Skip to content
/ rhip-8 Public

A full implementation of the Chip-8 emulator, in Rust. Fully decoupled from the graphics, audio and input handlers backend.

License

Notifications You must be signed in to change notification settings

j-hc/rhip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhip-8

ibm

A full implementation of the Chip-8 emulator, in Rust. Fully decoupled from the graphics, audio and input handlers backend.
SDL2 is used in this instance.

Build and Play

  • You wil need libsdl2, rustc and cargo
$ pacman -S sdl2

$ git clone https://github.com/j-hc/rhip-8
$ cd rhip-8
$ cargo run --release -- ./roms/min.ch8

About

A full implementation of the Chip-8 emulator, in Rust. Fully decoupled from the graphics, audio and input handlers backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages