The projectM Music Visualizer. A cross-platform, OpenGL-based reimplementation of Milkdrop as a reusable library.
projectm provides CMake targets:
find_package(projectM4 REQUIRED)
target_link_libraries(main PRIVATE libprojectM::projectM)
To use and link the playlist library component:
find_package(projectM4 REQUIRED COMPONENTS Playlist)
target_link_libraries(main PRIVATE libprojectM::playlist)
Use boost::filesystem instead of std::filesystem to target toolchains and platforms without C++17 support
v4.1.4#0
All
LGPL-2.1-onlyandMITandMIT-0
Manifest