/zigboy

A Game Boy emulator written in Zig

Primary LanguageZig

zigboy

🚧 zigboy is a work-in-progress Game Boy emulator written in Zig 🚧

For following along, read the journal

Why?

I had fun building my CHIP-8 emulator using Zig and now I'm attempting the Game Boy. Of course, it's also an excuse to learn Zig! Apart from minor dabbling with C++ in college, Zig is my introduction to a lower level, "systems" language. A desire to get more comfortable with this space!

Run

Ensure SDL libraries are installed. For MacOS:

brew install sdl2

Then:

zig build run

TODO

Everything

References

Technical Specifications

Presentations

Blog Posts