Skip to content

yuri91/chip8-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why another CHIP-8 Emulator?

Because it's fun, and I wanted to make one no_std compatible

How to use

See the sdl example.

In general, you need to do the following in order to have a full working emulator :

  • Draw to the screen
  • Handle keyboard events, and route them to the cpu
  • Supply a RNG function

License

MIT

About

chip8 emulator written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages