ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
348 stars 75 forks source link

Support for SDL3? #185

Open Reokodoku opened 2 months ago

Reokodoku commented 2 months ago

Now, in the SDL wiki, SDL2 is marked as legacy because SDL 3.0 development has started. For now, SDL2 will receive updates but not as major as SDL3.

So, how about starting implementing SDL3?

ikskuh commented 2 months ago

I would start implementing SDL3 by using apigen, but i think apigen still needs a tiny bit of work before that.

This means that we don't have to translate/improve the headers manually, and others might benefit from the work as well :)

By using fakelibz, we can also make the linux cross-compilation story much greater than it is right now