Registry / other / projectm

projectm

JSON →
library4.1.6vcpkgunverified

The projectM Music Visualizer. A cross-platform, OpenGL-based reimplementation of Milkdrop as a reusable library.

vcpkg install projectm
INSTALL
IMPORT
SIG · PROJECTM
P
projectm
othercppv4.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

projectM/projectM.hpp
#include <projectM/projectM.hpp>

Initialize projectM visualizer

#include "projectM/projectM.hpp" #include <iostream> int main() { projectM::Settings settings; settings.windowWidth = 800; settings.windowHeight = 600; projectM pm(settings); std::cout << "projectM initialized" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

projectm — pip install projectm · libregistry