ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

Scripting needs more access to the C++ API #30

Open ambrosiogabe opened 1 year ago

ambrosiogabe commented 1 year ago

Some things are sorely needed in the scripting, here's a list:

  1. Math API for Vectors
  2. Access to internal structure of SVG objects
  3. Math API for general stuff (interpolation, beziers, etc)