001
once upon a time, in a galaxy far far away, i taught a class called “computational art”. today, thanks to the miracle of the interwebs, i am able to teach once again. (be warned, the words “class” and “teach” here are used in the loosest possible sense.)
here is my first attempt – an exploration of experimentation in cellular simulation. enjoy.
download the source code here.
UPDATE: to attend future classes, register an account (and email) for this wordpress blog.
interesting discussion over on reddit – especially the “informalness” of the presentation:
http://www.reddit.com/r/programming/comments/gf4xp/hey_reddit_im_teaching_an_free_online_class_on/
Here is an interesting thing to do next:
– Build a organic tunnel system / mesh using this technique.
– Implement a volume constraint algorithm which takes this mesh, and constrains cells to it.
– Watch tunnels grow inside your tunnels.
WHITE HOT idea.
Very informative 🙂 I’ll find some time to tinker with the code.