Rekai Nyangadzayi Musuka e5ab8b51a9 | ||
---|---|---|
.vscode | ||
lib | ||
src | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
build.zig |
README.md
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/
.