Crates.io | chip_oxide |
lib.rs | chip_oxide |
version | 0.1.1 |
source | src |
created_at | 2023-01-05 19:11:28.700035 |
updated_at | 2023-01-05 19:15:30.836201 |
description | Create chip 8 emulators for any backend! |
homepage | |
repository | https://github.com/IsotoxalDev/ChipOxide |
max_upload_size | |
id | 751743 |
size | 37,518 |
A crate to create a Chip 8 Emulator for any backend.
Chip 8 is an interpreter, which has internal workings similar to that of a hardware console. It is said to be the starting point for getting into emulator development.
Exactly what it sounds like, with this crate one can create a backend for the chip 8 core to any device. One needs to create an IO struct which would interact with the core and intrepret a program.
You can go through the Eamples directory. The documentaion on docs.rs would provide a starting point.