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.39k stars 375 forks source link

Entirely removed native presets. #649

Closed kblaschke closed 2 years ago

kblaschke commented 2 years ago

The native presets did not build anymore due to refactorings, cause other build issues on Windows (e.g. require linking to psapi.lib) and would need a complete makeover anyway.

Similar functionality might later be added via some scripting interface with a JIT compiler, without the need to compile native code which makes these presets non-portable.

JohannesKauffmann commented 2 years ago

It would seem that this is also a good opportunity to remove the #pragma comment(lib thingies from ProjectM.hpp.

kblaschke commented 2 years ago

Huh, I was sure I did that, but somehow the file wasn't committed. Thanks for catching that!