chip8 0.1.1

A simple CHIP-8 emulator compatible with a no_std environment
Documentation
  • Coverage
  • 0%
    0 out of 13 items documented0 out of 9 items with examples
  • Size
  • Source code size: 22.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • yuri91/chip8-rs
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yuri91

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