Registry / utility / projectm-eval

projectm-eval

JSON →
library1.0.6vcpkgunverified

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.

vcpkg install projectm-eval
INSTALL
IMPORT
SIG · PROJECTM-EVAL
P
projectm-eval
utilitycppv1.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

projectM-eval/Evaluator.h
#include <projectM-eval/Evaluator.h>

Evaluate a simple expression

#include <projectM-eval/Evaluator.h> #include <iostream> int main() { projectm_eval::Evaluator eval; double result = eval.evaluate("1 + 2 * 3"); std::cout << "Result: " << result << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

projectm-eval — pip install projectm-eval · libregistry