Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 307 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 307 Bytes

Language Binding Generation Scripts

Zig

To update the Zig bindings:

> cd sokol/bindgen
> git clone https://github.com/floooh/sokol-zig
> python3 gen_all.py

Test and run samples:

> cd sokol/bindgen/sokol-zig
> zig build run-clear
> zig build run-triangle
> zig build run-cube
...