Rhino compute
Tryng out rhino compute. Looks promising for embedding rhino geometry and grasshopper definitions in other applications.
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…
Graph
While previous work (scriptingraph) focus on graph traversal strategies and fundamental algorithms to execute and run a sequence of processes, recent work leads towards constructing and testing graph data structure for geospatial services. In a…
Vector-based map tiles
Early developments – vector-based slippy map tiles from open street map in webgl
Motorcycle graph
Simple implementation of motorcycle graph applied on both reflex and non-reflex vertex in a n-sided polygon based on motorcycle graph described in http://web.engr.illinois.edu/~jeffe/open/cycles.html