my design work in and out of architecture school.luis@legildesign.com

Posts Tagged ‘generative’
The Way of the Dinosaurs
The Way of the Dinosaurs

    I created this piece entirely in Processing with minimal post production. The algorithm processes a specified set of characters in a number of specified fonts to extract the perceived “brightness” of a character on a blank background. This information is then used to plug the best matching characters into a matrix of sample […]

Extruded Hex Pic
Extruded Hex Pic

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, […]

Trianglephant
Trianglephant

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 […]

TIMEless
TIMEless

  This sculpture was a piece commissioned by the Superfront Gallery in Los Angeles for their exhibition, “TIMEless,” an exhibition exploring the 4d possibilities of space. I worked with Michael Fox of FoxLin to develop a sculpture based on a short story which Michael wrote titled “Nano City” (read it here). The story is of […]

unEARTH
unEARTH

The task at hand for this studio was to design an economically viable space station. Initially, the station was to be programmed as a space hotel, but to make the station economically viable each student was to propose another use for the project that could feasibly create revenue. This was one of the most interesting/frustrating […]

Facade-O-Matic!
Facade-O-Matic!

Catchy name, yeah? This is an idea I’ve kind of had kicking around in my head for a while. It is based on the Random Tessellation script I wrote for Processing a while back. This Grasshopper does much the same thing but in three dimensions instead of two. A unit module is created by the […]

Rhombic Disphenoid
Rhombic Disphenoid

This Grasshopper definition approximates a disphenoid minimal surface in Rhino. The definition creates one and also has the option to create a grid of such geometries as seen above. The definition employs the Minimal Surface plugin for Grasshopper by Robert Cervellione. This object is used to speed up the process of defining the composite surface […]

Darboux Curve Evolution
Darboux Curve Evolution

Darboux evolution is a pretty cool way to morph a curve. Basically, you take a polycurve and find the midpoint of each segment composing that closed polycurve. Create a new polycurve by connecting these midpoints and repeat. It is a simple procedure with pretty nice results. The more iterations, the more the curve begins to […]

Recursion RhinoScript
Recursion RhinoScript

This is a simple recursion script with pretty nice results. The idea comes from Marc Fornes’ experiments with the same technique. This script creates a recursive equilateral triangle sequence. As an input the script asks for an edge length, incident angle, and the number of iterations.   Download the Script   Recursion by Luis Gil […]

Curve Branching
Curve Branching

A simple L-systems branching script for Rhino. Run the script, select a starting curve and the script will replicate that curve in a branching manner. Download Script   Curve Branching by Luis Gil is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.  

Living Market
Living Market

Located very close to the busiest metro station in Denmark, Israel Plads can be seen asa central location various regions of København such as Nørrebro and the historical citycenter. This location makes for a natural gathering space for the inhabitants of the city andgreat social attractor, especially given its close proximity to Nørreport station. Until […]

Hexagonal Weaving in Grasshopper
Hexagonal Weaving in Grasshopper

This Grasshopper definition was inspired by the structure for the new Pompidou-Metz Center by Shigeru Ban. The structure is said to be inspired by hexagonal weaving pattern found in traditional Chinese hats. This is a very common weaving pattern also found in things such as chairs. For a large scale structure, however, it is impractical […]

Weaving in Grasshopper
Weaving in Grasshopper

This is an update to the weaving Rhinoscript I posted a while back. I decided to play with it and try it out in Grasshopper a while back when I was learning Grasshopper. This is the result and it works a lot better and smoother than the RhinoScript version ever did. Feel free to download […]

Dark Spot Sketch
Dark Spot Sketch

I got the idea for this skecth by from some of the work of Casey Reas in Processing. The sketch consists of a number of circles which move about the working area. If two or more sphere collide, each one gradually takes on the direction of the other until each elements respective directional momentum seperates […]

Parametric Coffee Table Design
Parametric Coffee Table Design

I’ve had the idea for this coffe table for a while. I’ve finally gotten around to making it.

Centroid Recursion Sketch
Centroid Recursion Sketch

A recursive cracking algorithm for the Processing platform.