Go to file
Nathan Christopher McRae 32c0b9bb5c 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.
2023-06-20 22:32:04 -07:00
src Open directories of files 2023-06-20 22:32:04 -07:00
.gitignore initial version 2017-10-25 23:30:19 -04:00
build.zig Open directories of files 2023-06-20 22:32:04 -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