arrogantrobot/cae.js
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Cellular Automata Explorer: Javascript
======================================
Create a cae object, give it the element id of a canvas, and pull the rip cord.
m_cae = new cae();
m_cae.init("m_cae_canvas");
m_cae.draw();
see the following for more details:
http://archetyp.al/blog/2012/07/16/cae-dot-js-hand-it-a-canvas-and-stand-back/