Skip to content

A straight-to-the-point chip8 emulator built in Rust, I know, quite the original project.

Notifications You must be signed in to change notification settings

Linkster78/Chip8-Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8-Emu

A straight-to-the-point chip8 emulator built in Rust, I know, quite the original project. The video, audio and input is provided by SDL2 (via rust-sdl2).

Usage

./chip8-emulator.exe <rom_path>

An SDL2 window should open with the game, by default, the keys 0-F are mapped to 1-V on a regular keyboard.

Building

  1. git clone https://github.com/Linkster78/Chip8-Emu
  2. cd Chip8-Emu
  3. Install SDL2 as described in this repository.
  4. cargo build --release

About

A straight-to-the-point chip8 emulator built in Rust, I know, quite the original project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages