Today’s computational curve is the beautiful Sierpinski Triangle. It is a fractal named after the Polish mathematician Waclaw Sierpinski, who described it in 1915, though it had been previously described by other mathematicians. It is a self-replicating pattern that arises from a simple recursive process. To construct the fractal, you start with an equilateral triangle and then repeatedly remove smaller equilateral triangles from its interior, leaving holes. Each iteration involves […]
Posts with the keyword triangle
It all started with my new passion for origami tessellations, not much of origami, but the tessellation part. I was too lazy to fold it physically, nor model them using an engine such as Kangaroo. That would also be very unnecessary (and yes, very boring) to simulate a folding effort on the computer unless we lose our connection with the real world. Instead, I tried to look at a much […]
İstanbul Bilgi University Faculty of Architecture Basic Design II Spring 2012 undergraduate studio* group 6 includes both a geometric exploration and material research. They examined various formal alternatives, using wooden sticks and plastic tie-wrap connectors. After these experiments, they constructed a 1:1 material system spanning 4 meters in length and 2 meters in height, using 2.5km of wooden sticks and 18.000 tie wraps. This was an enormous effort to create […]
Today, we’ve finished first phase, the introduction to dataflow management in visual programming environments; and conducted “well defined” part of the mid-term examination. First two questions were designed to test technical skills of data matching, geometric evaluation. First one was a simple algorithm that calculates the area of ANY triangle in real-time. Tricky part of this problem was to research and find ways of calculating area and implementing it in […]