After playing with vector fields in 2d (here) it was quite easy to create a 3d surface deformation. Here is my first experiment on a regular triangular grid’s three-dimensional behavior within a vector space, that includes a point charge of varying z coordinates. That makes field lines escape to a bounding box, instead of a bounding rectangle. Again, you may play with force decay, the number of samples, and the […]
December 2012
Back to the basics. I finally had time to test the vector fields components in Grasshopper. It was a couple of updates ago, a new tool group emerged in the vector tab, introducing different types of vector fields to users. Then, these fields could be merged to form more complex effects. However, I created a very simple example of how we can use those components to distort a system (such […]
This started as a pragmatist search of the term “Objectile”. I was curious about the real meaning of it, while the famous 1995 works of Bernard Cache were the thing I was looking for as images. I found two things about this word. One of them is the reproductions and online marketing of those famous carved panels (I was searching for), and while the second thing was a very interesting […]
This was last year, Salih Küçüktuna had organized a one-day exercise at the first-year Basic Design studio. It was a quite successful event, both emphasizing the fundamentals of contemporary design ideas and also being very pedagogical regarding the method. We asked students to bring blank regular business cards and staples to the studio. The main idea was to design a component and multiply it to create a structure that spans […]
This is the second year we are experimenting with a beautiful exercise with the Computation-based Basic Design 1 students at İstanbul Bilgi University Faculty of Architecture. The exercise is based on the ideas of Benay Gürsoy and Şebnem Yalınay, who are among the pioneers of this studio. The exercise is about the design and production of new year’s lanterns to be lit in the campus garden. Here are a few […]
In this exercise, Grasshopper draws various Archimedean spirals. It constructs polar points and maps them onto a range of angles and a number of points. The spiral’s turning speed is determined by the constant “a,” while the constant “n” gives unique names to the spirals by raising the angle variable to the power of 1/n. Wolfram Mathworld names the spiral with n = -2 as lituus, n = -1 as […]
Can we go back to the beginnings of algorithmic design tools, when it was still as simple as possible (not to the binary level of course)? Most of the theorists agree about the fact that contemporary parametric design tools sometimes provide needlessly many possibilities that suppress the designer’s own creativity. The Voronoi component in Grasshopper was one of the cult examples of that (mentioned here). Throughout this blog, I always […]
These are examples of 2.5D exercises in the design geometry course in my freshman year of architecture. We asked students to create extruded or referenced solids referenced from their previous exercise of pattern deformations, (examples are here and here). We also started to inject some of the most used concepts of design computing here, by perceiving each tessellation cell as the variation of a predefined algorithm, such as a relationship […]
Here is an interesting phrase from Jill Larkin and Herbert Simon’s famous article. It is “Why A Diagram (Sometimes) Worth Ten Thousand Words”; The phrase from the article We consider external problem representations of two kinds. Both of which use a set of symbolic expressions to define the problem. The fundamental difference between our diagrammatic and sentinential representations is that the diagrammatic representation preserves explicitly the information about the topological […]
Last year, I posted a way to create a Grasshopper command button in Rhino 4 (here). As the scripting possibilities increase in Rhino 5, the new tab feature can be used to put them together. I’ve made 4 of the most used platforms in a tab named “Scripting”. Here is how I did it; Use right-click on the empty area to open the above menu and select “new tab” to […]