1.2 KiB
1.2 KiB
ZBA (working title)
An in-progress Gameboy Advance Emulator written in Zig ⚡!
Tests
Resources
Compiling
Most recently built on Zig v0.10.0-dev.662+e139c41fd
Dependencies
On windows, it's easiest if you use vcpkg
to install sdl2:x64-windows
.
Once you've installed all the dependencies, run zig build -Drelease-fast
. The executable is located at zig-out/bin/
.