Skip to content

chip8 emulator written in pure rust, using rust-sdl2 for graphics

Notifications You must be signed in to change notification settings

chris-hinson/rust-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-8

chip8 emulator written in rust, using rust-sdl2 for graphics.

Features

Fully implemented all 35 original chip8 opcodes. This emulator does NOT support chip8 variants such as super-chip8, chip48 or xo-chip (may be implemented in a future release)

Building

pre-requisites: libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev in root dir: cargo build --release the executable will be at ./target/release/rust-8

Running

binary expects the rom's .ch8 file to be in the same directory as it invoke using: ./rust-8 romname.ch8

Binaries

sdl throws a million errors when trying to build a portable executable, so pre-built binaries will be included in a future release

About

chip8 emulator written in pure rust, using rust-sdl2 for graphics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages