Requires a zig compiler, and optionally python3 to install dependencies.
>python3 install-deps.py
>zig build
- SDL. zlib license.
- zmath. MIT license.
- stb_image, stb_vorbis. MIT license.
- zig-opengl. Bindings are in the public domain.
All code under src/
explicitly has no license, with the exception of:
src/sdl.zig
: this file contains handwritten bindings with portions of code copied from SDL. It is likewise licensed under the zlib license.
thirdparty/stb/
contains additional zig bindings that are likewise licensed
under the MIT License or as Public Domain (unlicense.org), whichever you prefer.