Skip to Content

projectm v4.1.4

Created
Updated

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

# 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

# Supported Platforms

All platforms are supported

# Features

No default features set.

# boost-filesystem

Use boost::filesystem instead of std::filesystem to target toolchains and platforms without C++17 support

Dependencies:
and 36 transitive dependencies:
Host Dependencies:
3 transitive dependencies:

# Dependencies

and 2 transitive dependencies:

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Kai Blaschke's avatar Kai Blaschke

# Changelog

  • 17f8cc4 [projectm] Add new port (#43453)

# Source