Chugging along with my #sdl #sdl3 bindings for #vala.
Right now my approach is like SDL3-CS, plain static methods with no frills to just have the SDL3 API plainly available (for things like defines that act like methods, will need custom implementation).
Then I'd like to "Vala-ify" the API, to make an interface that works with the Vala way. And then docs.
I wonder if its sensible to have two layers/namespaces on the Vapi. One a direct translation and then a second wrapper around the former.