algorithmic modeling for Rhino
68 members
637 members
976 members
I implemented this OS algorithm into my Rhino and GH, PY space. It fascinates and surprisingly surprises me each time I witness a kind of life-like system emerging from comprehensible rules in between "particles #point3d"..
The original post by Artificial Life Lab Graz, is here if you are interested in trying out.. …
ContinuePosted on February 13, 2019 at 1:49am
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
Comment Wall (1 comment)
You need to be a member of Grasshopper to add comments!
Hi,
The files were a bit of a mess -- everything was integrated at a later stage.
This is one of the earlier files, which does pretty much what is in the video: vertically stacked cellular automata which attracts and repels planes.
GameOfLifeAttractors.gh
That's the GH file for it (in Python).
This is also relevant (similar):
http://www.camnewnham.com/cellular-automata/
Just note that the code is written pretty badly (I would make it much faster if I were to do it again), but it works. hah.