projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 364 forks source link

Removed all text-related code from the core lib. #652

Closed kblaschke closed 1 year ago

kblaschke commented 1 year ago

This removes:

Some of the above functionality might later be added as an optional library, in a separate repository and with proper UTF-8 support.

Also note this commit will break the rewritten SDL2 frontend for now, but that's fine. I'll fix that after the API changes are finished.

kblaschke commented 1 year ago

Might make sense to remove key handling too someday

Yeah, already have a working branch for that. Need to first clean up the playlist management stuff too, then the keyboard handler is next on the shortlist.