JavaScript Canvas-based Advanced Animation Toolkit: CAAT
Canvas Advanced Animation Toolkit (CAAT) is a JavaScript canvas based animation scene graph manager. It is able to render using Canvas, WebGL and CSS with the same code base.
CAAT in essence is a multi-instance director-based scene graph manager. It is multi-instance in the sense that you can set an undefined number of directors up for each web page. Each director is able to manage different scenes with different timelines.
Recent Comments