Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 821 Bytes

Building

Requires a zig compiler, and optionally python3 to install dependencies.

>python3 install-deps.py
>zig build

Dependencies

License

All code under src/ explicitly has no license, with the exception of:

  1. 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.