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

Posts Tagged ‘graphic design’
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 […]

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

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

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.  

Happy 2011
Happy 2011

Yaay! It’s almost 2011! I’m posting this and I’m realizing that I haven’t updated this website in quite a while! My post of the 2010 poster is only a few posts back and that was a year ago! My 2011 resolution? Update the site more frequently. There are a lot of projects missing on this […]

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

Happy New Year
Happy New Year

A greeting to ring in the new year.

Random Tessellation
Random Tessellation

A script developed for the irregular tessellation of a randomly generated “tile”.