1 unstable release
0.2.0 | Aug 27, 2022 |
---|
71 downloads per month
Used in rs118-chip8
17KB
337 lines
CHIP8 Base
This library contains an Interpreter
trait and run
function, that provides a framework for building your own CHIP-8 interpreter. This library handles the display, windowing, sound and timing for you, allowing you to focus on the the core part of the virtual machine.
A tutorial on building an interpreter with this library is here
lib.rs
:
chip8-base
provides everything you need to get started building your own CHIP-8 interpreter.
See the documentation for the [Interpreter
][Interpreter] trait to get started.
Dependencies
~7–42MB
~626K SLoC