1. Home
  2. Browse
  3. projectm-eval

projectm-eval

v1.0.0#1Latest

The projectM Expression Evaluation Library. A portable drop-in replacement of Milkdrop's "ns-eel2" expression parser for use in Milkdrop, projectM and other applications. MIT licensed.

Install

Run the following Vcpkg command to install the port.

Usage

projectm-eval provides CMake targets:

find_package(projectM-Eval REQUIRED)

target_link_libraries(main PRIVATE projectM::Eval)

To use the ns-eel2 shim with the Milkdrop codebase:

find_package(projectM-Eval REQUIRED COMPONENTS Milkdrop)

target_link_libraries(main PRIVATE projectM::ns-eel2)

Dependencies

See source

Version

v1.0.0#1

Publication

Supports

All

GitHub

projectM-visualizer/projectm-eval7

Homepage

github.com/projectM-visualizer/projectm-eval

Subtree

efdc091214

License

MIT

Definition

Manifest