Towards growing street-like network in-silico
Algorithm driven generation of urban-like spatial geometric structures such as ‘street/road network’ and its corresponding ‘urban blocks’ and ‘plots’ is often a fundamental process for computational design work for large…
ghpython execute in steps
A very simple example to illustrate a basic code structure to create iterative algorithmic sketches with ghpython in combination to the usual components within Rhino Grasshopper (GH). The basic idea…
Attraction + De-traction between types (circle objects) 2
Attract repell of abstract circle objects by types revisted in ghpython Each circle has a sphere of influence (soi) 30units which is used to locate the other circles within (a…
Attraction + De-traction between types (circle objects) 1
Attract repell of abstract circle objects by types revisted in ghpython Each circle has a sphere of influence (soi) 30units which is used to locate the other circles within (a…
Inter-object behaviour demo
Inter-object behaviour: Proximity – distance between 2 class objects Density – similar to cellular automata game of life transitions rules Cluster – click to ‘pop’ connected object by type and…
Test ghpythonlib.parallel
Execution time (milliseconds) for a simple CA implementation in python within rhino grasshopper using ghpython parallel (red line) and without (blue line) Execution time is recorded every time step for…