hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Documenting the CSS Side of things #104

Open KraigWalker opened 11 years ago

KraigWalker commented 11 years ago

Hi there, first up - awesome engine. It's a true pile of awesome.

I was hoping to start out learning CAAT's CSS/DOM renderer to try making a simple game or adding more dynamic content to some website's I've been working on, but I was wondering how you get things started. CAAT seems pretty well documented for the Canvas side of things, but I'm not quite sure how you get the director going with cast-css.js

I'd be happy to use all the notes and lesson's learned to help contribute to the docs. It's a pretty neat little project.

arnuschky commented 10 years ago

Have a look at src/Modules/Initialization/Templates

It's basically exactly the same only that you feed in a div element rather than a canvas element. But yes, it's all a bit convoluted.