forked from wdas/SeExpr
-
Notifications
You must be signed in to change notification settings - Fork 0
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. Our library is licensed under the Apache License, Version 2.0.
License
vfx-fuhao/SeExpr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=================================================================== SeExr - An embeddable expression evaluation engine =================================================================== Super impatient CMake building and installing guide =================================================== $ git clone https://github.com/wdas/SeExpr $ cd SeExpr $ mkdir build $ cd build $ cmake ../ $ make install You can try the test application asciiGraph which is a simple function grapher... e.g. ./asciiGraph "x^3-8*x" Getting started --------------- Examining the demo applications in src/demo is a great way to see some usage examples of the library. The basic strategy is to subclass the SeExpression class and implement the methods that describe what extra functions and variables your expression evaluation will need Be sure to check out the doxygen pages for an API overview. Source code overview ==================== src/ SeExpr/ Library code demos/ Demo Applications tests/ Regression Tests doc/ Doxygen generation SeExpr Developers ================= Brent Burley Lawrence Chai Andrew Selle Dan Teece Tom Thompson Walt Disney Animation Studios
About
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. Our library is licensed under the Apache License, Version 2.0.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 93.0%
- CMake 2.2%
- Yacc 2.2%
- Python 1.9%
- Lex 0.4%
- Slash 0.1%
- Other 0.2%