wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
406 stars 86 forks source link

Adds an sprintf() built-in function #96

Closed mike1158 closed 5 years ago

mike1158 commented 5 years ago

Adds a built-in function for formatting constant strings using the familiar printf-style % syntax.