seexpr

Embeddable expression evaluation engine for procedural animation

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable expression evaluation engine

Commands

seexpr

Examples

Evaluate a simple arithmetic expression$ seexpr 'x=5; y=3; x+y*2'
Use built-in functions for mathematical operations$ seexpr 'sin(3.14159/2) + cos(0)'
Evaluate procedural expressions with variables$ seexpr 'u=rand(1); v=rand(1); sqrt(u*u + v*v)'