strawberrymusicplayer / strawberry

:strawberry: Strawberry Music Player
https://www.strawberrymusicplayer.org/
GNU General Public License v3.0
2.53k stars 164 forks source link

Add visualizations #1467

Open jonaski opened 1 week ago

jonaski commented 1 week ago

Currently works with Qt 5 using QGLWidget, but that class is deprecated and needs to be replaced with QOpenGLWidget to work with Qt 6. With QOpenGLWidget only some visualizations works.

I started porting to projectM version 4, but nothing works yet.