Crates.io | chip8_base |
lib.rs | chip8_base |
version | 0.2.0 |
source | src |
created_at | 2022-08-27 21:04:49.18259 |
updated_at | 2022-08-27 21:04:49.18259 |
description | A library providing a base for building a CHIP-8 interpreter |
homepage | https://rs118.uwcs.co.uk |
repository | https://github.com/uwcs/rs118-chip8 |
max_upload_size | |
id | 653617 |
size | 16,274 |
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