Garett Bass d200b0ff6c a few minor updates: 4 лет назад
..
.gitignore 609900f2f0 added nim support to bindgen 5 лет назад
README.md 609900f2f0 added nim support to bindgen 5 лет назад
gen_all.py 609900f2f0 added nim support to bindgen 5 лет назад
gen_ir.py d2826d75c0 Language-binding-friendly API changes. (#458) 5 лет назад
gen_nim.py d200b0ff6c a few minor updates: 4 лет назад
gen_zig.py 194bb42e9c updated gen_x.py to use sokol_app.c, sokol_gfx.c, instead of sokol_app_gfx.c 4 лет назад

README.md

Language Binding Generation Scripts

Zig

To update the Zig bindings:

> cd sokol/bindgen
> git clone https://github.com/floooh/sokol-zig
> git clone https://github.com/floooh/sokol-nim
> 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
...