CAAT is an scene graph director-based animation framework for javascript.
Questions tagged [caat]
1 questions
1
vote
0 answers
How to save CAAT bezier points after moving them
Following the example Path Management for CAAT I've came with my own solution to track my go karting races (work in progress):
var path = new CAAT.Path().
beginPath(382, 369).
addCubicTo(464, 361, 535, 366, 587, 354).
addCubicTo(652,…

douglaslps
- 8,068
- 2
- 35
- 54