Skip to content

perneky/SimpleMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Simple Math

Simple Math is a small and easy math scripting library. It is lightweight, embeddable and expandable by the host application without changing the library.

It works with 1-4 dimension values, so it is suitable for being the source of 2D-3D animation.

It evaluates expresions like "sin( time * 0.01 ) * 0.5 + 0.5" into a simple C++ object which can be evaluated later. Animation can be done by using external variables is the script, which can be provided at evaluation time. In the example above, "time" is such a variable.

A sample project is provided, which is a simple command line evaluator.

About

Small lightweight scripted math library for games and animations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors