Documenting the CSS Side of things
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.
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.