Skip to content

pierreyoda/rust-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-chip8 CI Status

A CHIP 8 emulator implemented in Rust and using SDL 2. Created for learning purposes.

Supported platforms

  • Windows: manually tested
  • Linux: manually tested with WSL2 + CI
  • MacOS: CI

Dependencies

  • Rust : compiled against the latest Rust master branch. The latest nightly installer should work.
  • Cargo : Rust package manager.
  • SDL2 : requires the development libraries and the associated Rust binding.
  • also uses the time, rand, log and getopts crates

Screenshots

Maze

Maze

Resources

The Zophar website offers a comprehensive collection of game and demo ROMs.

Releases

No releases published

Packages

No packages published

Languages