floooh / sokol-zig

Zig bindings for the sokol headers (https://github.com/floooh/sokol)
zlib License
341 stars 46 forks source link

Make a sokol-zig-template, not need generate bind file #53

Closed Angluca closed 6 months ago

Angluca commented 6 months ago

I change sokol-zig build.zig make a sokol-zig-template, We can use sokol c headers directly now https://github.com/Angluca/sokol-zig-template

floooh commented 6 months ago

The whole point of the auto-generated bindings is to make the Zig APIs a bit more 'Zig idiomatic' and less like an imported C library ;)

Angluca commented 6 months ago

Yeah, Like sokol-zig, add sokol/utils please, like them T_T.