This is a WIP BytePusher VM written in zig as a exploratory exercise done to learn zig.
To know more about BytePusher, please read this page.
This was most recently tested on Windows and confirmed working with Zig 0.12.0-dev.1849+bb0f7d55e
This project requires SDL2 to compile successfully.
The following subsystems have been implemented:
Subsystem | Status |
---|---|
Video | ✔ |
Audio | ✔ |
Controls | ✔ |