projectmv4.1.7
- Updated
The projectM Music Visualizer. A cross-platform, OpenGL-based reimplementation of Milkdrop as a reusable library.
- Project website: https://github.com/projectM-visualizer/projectm
#Usage
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)#License
LGPL-2.1-only AND MIT AND MIT-0 AND Apache-2.0
#Supported Platforms
All platforms supported.
#Features
No default features.
#boost-filesystem
Use boost::filesystem instead of std::filesystem to target toolchains and platforms without C++17 support
Dependencies:
and 32 transitive dependencies:
- boost-align
>= v1.92.0(through boost-atomic) - boost-assert
>= v1.92.0(through boost-filesystem) - boost-atomic
>= v1.92.0(through boost-filesystem) - boost-cmake
>= v1.92.0(through boost-assert) - boost-compat
>= v1.92.0(through boost-system) - boost-concept-check
>= v1.92.0(through boost-iterator) - boost-config
>= v1.92.0(through boost-assert) - boost-container-hash
>= v1.92.0(through boost-filesystem) - boost-core
>= v1.92.0(through boost-align) - boost-describe
>= v1.92.0(through boost-container-hash) - boost-detail
>= v1.92.0(through boost-filesystem) - boost-function-types
>= v1.92.0(through boost-fusion) - boost-fusion
>= v1.92.0(through boost-iterator) - boost-headers
>= v1.92.0(through boost-config) - boost-io
>= v1.92.0(through boost-filesystem) - boost-iterator
>= v1.92.0(through boost-filesystem) - boost-mp11
>= v1.92.0(through boost-describe) - boost-mpl
>= v1.92.0(through boost-function-types) - boost-optional
>= v1.92.0(through boost-iterator) - boost-predef
>= v1.92.0(through boost-atomic) - boost-preprocessor
>= v1.92.0(through boost-atomic) - boost-scope
>= v1.92.0(through boost-filesystem) - boost-smart-ptr
>= v1.92.0(through boost-filesystem) - boost-system
>= v1.92.0(through boost-filesystem) - boost-throw-exception
>= v1.92.0(through boost-core) - boost-tuple
>= v1.92.0(through boost-fusion) - boost-type-traits
>= v1.92.0(through boost-atomic) - boost-typeof
>= v1.92.0(through boost-fusion) - boost-uninstall
>= v1.92.0(through boost-cmake) - boost-utility
>= v1.92.0(through boost-mpl) - boost-variant2
>= v1.92.0(through boost-system) - boost-winapi
>= v1.92.0(through boost-atomic)
Host Dependencies:
3 transitive dependencies:
- vcpkg-boost (through boost-cmake)
- vcpkg-cmake (through vcpkg-boost)
- vcpkg-cmake-config (through vcpkg-boost)
#Dependencies
glew
Platforms:
windows- glm
- opengl
- projectm-eval
and 2 transitive dependencies:
- egl-registry (through opengl-registry)
- opengl-registry (through opengl)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Kai Blaschke