Skip to content
/ Chip8 Public

Chip-8 Emulation using the Rust Programming Language

Notifications You must be signed in to change notification settings

0xJas0n/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

Notes

  • Install SDL2 lib
    • brew install sdl2
  • Add library path to .zshrc or similar
    • export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib" to .zshrc or similar

About

Chip-8 Emulation using the Rust Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages