alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

Vala binding fixes #87

Closed lw64 closed 1 year ago

lw64 commented 1 year ago

This removes two meson warnings.

Also the bindings for gthree-gtk3/4 are now in the same "Gthree" namespace as the main gthree library. Before I put them into separate GthreeGtk3/4 namespaces, but turned out this is not really good.

lw64 commented 1 year ago

I think it is ok to change the namespace name (in the vala bindings), as gthree is not stable yet.