alexlarsson / gthree

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

Drop use of GdkRGBA #47

Closed alexlarsson closed 5 years ago

alexlarsson commented 5 years ago

Should consider using a graphene_vec3_t instead, this way we a) avoid a gratiious dependency on gtk+ int the core APIs (for example for multi-gtk versions), and b) expose the fact that we never read the alpha part of the GdkRGBA anyway.