Not-Nik / raylib-zig

Manually tweaked, auto-generated raylib bindings for zig. https://github.com/raysan5/raylib
MIT License
517 stars 102 forks source link

Complete models_loading example. #12

Closed rcorre closed 3 years ago

rcorre commented 3 years ago

This had a few things missing/commented, but after fixing the load paths and uncommenting code, it seems to work fine for me.

I also ran zig format on the example, I can submit a PR without that if it isn't ideal.

Not-Nik commented 3 years ago

I'll merge it into 3.0 and then try to merge it into devel as well, thanks for the fix.