mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.24k stars 1.24k forks source link

Support textured waveforms on OpenGL ES platforms #13385

Open fwcd opened 1 week ago

fwcd commented 1 week ago

Feature Description

https://github.com/mixxxdj/mixxx/pull/13381 disables the textured waveforms on OpenGL ES platforms like iOS (due to its use of OpenGL-only APIs). It would, however, still be cool to have them on OpenGL ES platforms. For this, a rewrite of WaveformRendererTextured to an ES-compatible subset of the OpenGL API would be required.