alexlarsson / gthree

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

examples/models crashes when unrealizing scene when switching models #23

Closed alexlarsson closed 5 years ago

alexlarsson commented 5 years ago

The code currently has the unref commented out, but it it is enabled again we crash when switching models.

alexlarsson commented 5 years ago

This is now fixed

stuaxo commented 5 years ago

Is there some way of building running the examples (say for just one frame each) + to verify they run, for CI ?

alexlarsson commented 5 years ago

@stuaxo not currently, but it could be added i guess. One problem is that CI often doesn't have access to OpenGL as it needs an entire X server or similar.