Go to file
Nathan McRae 90437e05e1 Open directories of files
You can pass files / dirs as arguments an they will be opened. The
directories will be searched for text files (as identified by libmagic)
and those text files will be displayed too.
2025-01-14 20:42:53 -08:00
src Open directories of files 2025-01-14 20:42:53 -08:00
.gitignore initial version 2025-01-14 20:42:50 -08:00
build.zig Open directories of files 2025-01-14 20:42:53 -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