Skip to Content

projectm-evalv1.0.6

Created
Updated

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.

#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)

#License

#Supported Platforms

All platforms are supported

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Dependents

#Host Dependents

No dependents.

#Contributors

  • Blaque Allen (SoFloppy)'s avatarBlaque Allen (SoFloppy)
  • Kai Blaschke's avatarKai Blaschke
  • toge's avatartoge

#Changelog

  • b86734a[projectm-eval] Update port's SHA512 as release package changed. (#49754)
  • 2996a1b[projectm-eval] update to 1.0.6 (#49370)
  • b607037[projectm-eval] Update projectm-eval port to 1.0.5 (#48213)
  • 8ccdbe5[projectm-eval] Update projectm eval port to v1.0.3 (#46745)
  • 1789320[projectm-eval] Update projectm-eval to version 1.0.2 (#46266)
  • a91b1fa[projectm-eval] Update port to v1.0.1 (#44443)
  • efdc091[projectm-eval] Fix/add "ns-eel2" feature (#40759)
  • a0f7f53[projectm-eval] Add new port (#38550)

#Source