Not-Nik / raylib-zig

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

Can I build with SDL backend? #143

Closed ziontee113 closed 1 month ago

ziontee113 commented 2 months ago

Hi. Thank you for the amazing work.

I heard that Raylib 5 started to support SDL backend instead of GLFW. Is there a way that I can use Raylib with SDL backend through this Zig bindings?

Thank you very much!

Not-Nik commented 2 months ago

Not possible yet, because raylib's build.zig doesn't have an option to do that. I'll leave this open and create an issue over there.

Gandalf-Le-Dev commented 1 month ago

I can see that your PR was merged in raylib have you planned to update the zig binding with this change ?

Not-Nik commented 1 month ago

Fixed in a239736