CAAT icon indicating copy to clipboard operation
CAAT copied to clipboard

Canvas Advanced Animation Toolkit

Results 48 CAAT issues
Sort by recently updated
recently updated
newest added

Hi CAAT has no operations in the playback sound, you can not just set stop/pause of playing sound, or even change the volume on it. You can change volume before...

Url: http://hyperandroid.github.com/CAAT/documentation/tutorials/t0.html (broken link) Has to be replaced by: http://hyperandroid.github.com/CAAT/documentation/tutorials/index.html

I'm collecting reviews of CAAT by developers with finished and released games. If you're interested, please write your review in the form at: http://goo.gl/GbHhI Reviews will be published very soon....

Study the possibility of adding scaling limits. For examples, make the system only downscale by setting a scale limit of (1,1).

Couldn't find any planning about next feature or demos/samples, so I'll ask here my list : A) SVG => using svg as Image. (or/and SVG import/export as in fabric js...

Add a mechanism to mark scene assets as 'needed but not present' and supply with a friendly callback object to be notified about these assets preloading. Should also offer the...

On Mac OS, line drawing seems to be switching to software rendering (low performance). Change glLines by degenerated triangles.

Right now, CAAT only supports pre-defined textures for GL rendering, and not on-the-fly texture build. Allow the developer to on-the-fly build and destroy textures.