Results 43 comments of Nokse

Nice icons, more similar to the gnome ones.

I got that error only when setting the GLES api and required version above 3.3 with: ``` self.gl_area.set_allowed_apis(Gdk.GLAPI.GLES) self.gl_area.set_required_version(4,0) ``` When setting only GL it never happened I can confirm...

I got it working but only on X11, the code is the same, I haven't set any preferred API or version for OpenGL and it doesn't crash. I thought it...

> Maybe https://github.com/f3d-app/f3d/pull/1417 will help narrowing it down? Hopefully so I can also report it properly to GTK > When using an external window type, libf3d does not handle the...

## More debugging I have understood that the library uses GL and not GLES and the errors I got were because it was using GLES, forcing GL api on wayland...

I fixed it compiling all from source and adding `VTK_OPENGL_HAS_EGL=ON` that is enabled by default only on android, but Wayland uses EGL, so it was missing. Compiling it this way,...

> This one is way more complex, unless you mean distance to the focal point. Yes, from the focal point.

Same thing happens in linux

I'm really glad you like it 😄️. I'll add the other characters and a way to exit pressing return again. I can try adding ordered list creation, but reordering the...