I more stumbled up this than created it outright as I was experimenting with some basic image manipulations in Processing. The actual script is very simple, but the results are quite fascinating if a bit eerie. The algorithm takes an image and subdivides it into a matrix of square samples and draws a diagonal that […]
This Grasshopper definition is a continuation of some image tessellation experiments I have been doing in Processing extruded to 3 dimensions. The definition abstracts an image into hexagonal clusters made composed of 3 quadrilateral whose common point is then extruded to a height relative to the image brightness at that point. A mouthful, I know, […]
This triangular tessellation is an abstraction of an image and is generated through a script I wrote using the Processing programming language. I wrote the script to interpret an input image and give a resultant triangular tessellation with larger triangles representing brighter areas of the image and vice versa. After initial investigations/experiments I am very […]