1 unstable release

0.2.0 Aug 27, 2022

#45 in #chip8

Download history 17/week @ 2024-02-17 19/week @ 2024-02-24 15/week @ 2024-03-02 20/week @ 2024-03-09 16/week @ 2024-03-16 17/week @ 2024-03-23 34/week @ 2024-03-30 18/week @ 2024-04-06 15/week @ 2024-04-13 8/week @ 2024-04-20

77 downloads per month
Used in rs118-chip8

MIT license

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–41MB
~649K SLoC