vgtk / vgtk3

GTK+ 3.x manual wrapper for V
MIT License
59 stars 8 forks source link

Consider using valabind to generate the bindings automatically #20

Open trufae opened 3 years ago

trufae commented 3 years ago

Or at least in a experimental way. Right now valabind doesnt support V, but it should be relatively easy to do so. Vala VAPI files are quite complete.

https://github.com/radare/valabind

to get this done it needs to:

itsdonnix commented 3 years ago

Thanks @trufae !! Great Idea BTW... I will look into it later...