Go to file
Nathan Christopher McRae aade06e600 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.
2023-06-19 22:42:26 -07:00
src Add docmap struct 2023-06-19 22:42:26 -07:00
.gitignore initial version 2017-10-25 23:30:19 -04:00
build.zig Finish text render test 2023-06-16 21:01:59 -07:00
FreeSans.ttf Finish text render test 2023-06-16 21:01:59 -07:00
README.md initial version 2017-10-25 23:30:19 -04:00
screenshot.png initial version 2017-10-25 23:30:19 -04:00

SDL2 Zig Demo

Here's a basic window with SDL2 in Zig.

screenshot

How to build and run it

zig build run