1. Home
  2. Browse
  3. projectm

projectm

v4.1.4#0Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Features

Dependencies

See source

Version

v4.1.4#0

Publication

Supports

All

GitHub

projectM-visualizer/projectm

Homepage

github.com/projectM-visualizer/projectm

Subtree

17f8cc49c3

License

LGPL-2.1-onlyandMITandMIT-0

Definition

Manifest