-
Notifications
You must be signed in to change notification settings - Fork 132
Open
audacious-media-player/audacious-plugins
#183Labels
EnhancementNew feature or requestNew feature or request
Description
Description
Porting the glspectrum
plugin to use GtkGLArea
(available since GTK 3.16) would be beneficial for two reasons:
- No need of different code for X11 and Windows as GTK would take care of it internally
- Wayland support, the current code for Linux requires X11/XWayland explicitly
As my OpenGL knowledge is not good enough to port this plugin myself, I file this here as enhancement. Patches are welcome. 🙂
Additional information
- https://docs.gtk.org/gtk3/class.GLArea.html
- https://www.bassi.io/articles/2015/02/17/using-opengl-with-gtk/
- https://github.com/ebassi/glarea-example
- https://stackoverflow.com/questions/69201843/how-do-you-do-3d-rendering-in-gtk-using-opengl
CC: @CBke, @carlo-bramini as you have been contributors for this plugin
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request