Skip to content

bartek/zigboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Game Boy emulator written in Zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages