Skip to content
/ ch8-rs Public

A for-fun emulator for CHIP-8 architecture made in Rust

License

Notifications You must be signed in to change notification settings

samvdb0/ch8-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ch8-rs

A very basic emulator for CHIP-8 architecture made in Rust.

alt text

Playing

A rom can be played by executing the following command:

./ch8-rs [optional: --debug] <path_to_rom_file>

Building

An installation of Rust and SDL2 is required to build this project. SDL2 must be manually extracted to your Rust directory, a detailed walkthrough for this is available here.

Once the above step is completed you can build the application by simply running the following command:

cargo build [optional: --release]

About

A for-fun emulator for CHIP-8 architecture made in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages