From: Nicola F. <fer...@ho...> - 2024-10-08 04:43:55
|
In principle it could be included, but there is a strong push against including unmaintained software. It would sure works for now, but become a nightmare when GTK2 is removed from future versions... https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054392 I wonder if calling directly on X11 and GL calls would imply in terms of the codebase, and how stable these calls are going forward... Thanks, Nicola On 10/5/24 1:26 PM, David Nečas (Yeti) wrote: > On Fri, Oct 04, 2024 at 06:00:16PM -0400, Nicola Ferralis wrote: >> Recently, debian has decided to drop support for gtkglext (which was >> unmaintained in debian for years), which can be used in Gwyddion for 3D View: >> >> … >> >> Is there any other backend that can be used to enable openGL in Debian? > I doubt there is an alternative GTK+2 OpenGL wrapper. And even if there > was, it would have suffered the same fate. > > In principle you can do everything GtkGLExt does also directly using X11 > and GL calls. But wait, making all those odd calls is exactly what > GktGLExt is for. > > So the ‘best case’ would be including the entire unmaintained GtkGLExt > codebase directly in Gwyddion. Which would be a clear win for everyone… > > Yeti > > |