Week 1:
This project is an attempt to evolve a complex organism in Processing. The organism is made up of several nodes, each with a unique brain. Together, these parts communicate to move the whole towards an objective.
Week 3:
I’ve completed the code that generates nodes and binds them together via muscles or “constraints”. The code that runs the physics simulation is adapted from a cloth simulation program written in C++ provided by Jesper Mosegaard at https://viscomp.alexandra.dk/?p=147.