alexlarsson / gthree

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

Better format for pixbufs #27

Open alexlarsson opened 5 years ago

alexlarsson commented 5 years ago

It doesn't make sense to use a non-premultiplied format for textures, and GdkPixbuf isn't exactly great. Move to cairo_surface_t? or custom GBytes?