Crates.io | maikor-vm-interface |
lib.rs | maikor-vm-interface |
version | 0.1.10 |
source | src |
created_at | 2022-05-03 18:03:59.470864 |
updated_at | 2022-05-31 16:18:46.083326 |
description | Interface for VM (simulates hardware) |
homepage | https://maikor.app |
repository | https://github.com/MaikorAppPublic/vm-interface |
max_upload_size | |
id | 579965 |
size | 29,049 |
⚠️ Work in progress
Links may be broken, features missing, etc
Cross platform 16 bit game system
See more at maikor.app and the project homepage
This provides an interface to use the VM from host apps. It reads directly from the VM memory to create frames and play sounds, and converts inputs and writes them to memory. It also triggers relevant interrupts.
It essentially simulates hardware for the VM.