Go to file
Nathan McRae a5e5c8e59d Add docmap struct
We want to have an array of docmaps, one for each file and be able to
iterate through them. That way the layout can be done in a single
function.
2025-01-14 20:42:53 -08:00
src Add docmap struct 2025-01-14 20:42:53 -08:00
.gitignore initial version 2025-01-14 20:42:50 -08:00
build.zig Finish text render test 2025-01-14 20:42:52 -08:00
FreeSans.ttf Finish text render test 2025-01-14 20:42:52 -08:00
README.md initial version 2025-01-14 20:42:50 -08:00
screenshot.png initial version 2025-01-14 20:42:50 -08:00

SDL2 Zig Demo

Here's a basic window with SDL2 in Zig.

screenshot

How to build and run it

zig build run