Showing posts with label kelebek etkisi. Show all posts
Showing posts with label kelebek etkisi. Show all posts

Saturday, January 22, 2011

Chaos Theory as an Architectural Process::Mimari Bir Süreç Olarak Kaos Kuramı



Lately, I've been thinking about using chaos theory as an architectural design. I observed and analyzed the shapes that were created by Lorenz Attractor. Here are only a few of different forms which inspires me a lot.



You can find over 50 pages of different forms from the pdf file I prepared. Feel free to download and use...http://rapidshare.com/files/444085046/chaos-theory-architecture-damla-soyer.pdf

So, I started to sketch, here you can see some of my sketches.

Monday, November 8, 2010

Chaos Theory as an Art Form :: Bir Sanat Şekli Olarak Kaos Kuramı

How would butterfly effect change as a sound reacted graphic? In this project I wanted to answer this question. That's why I worked on Lorenz attractor.
::Kelebek etkisi ses etkileşimli bir görsele dönüştürülürse ne olur? Bu projede cevaplamak istediğim soru bu oldu. Bu sepeble Lorenz formülü üzerinde çalıştım.

These are the equations:
::Formüller aşağıdaki gibi:


In Processing, equations work with this code:
::Processing'de formül aşağıdaki kodlarla çalışıyor.

x1 = x0+h * a * (y0 - x0);
y1 = y0+ h * (x0 * (b - z0) - y0);
z1 = z0+ h * (x0* y0+ - c * z0);

I change the code in a way that sound effects the x, y and z parameters. So the shape moves according to the sound.
::X, y ve z değişkenlerini etkileyecek şekilde kod üzerinde değişiklikler yaptım. Dolayısıyla, şekil sese göre hareket etmiş oluyor.


Lorenz Attractor_Processing_Test_1 from damlasoyer on Vimeo.



Lorenz Attractor_Processing_Test_3 from damlasoyer on Vimeo.

Sources:
::Kaynaklar:

1. Chang Yin-Wei and Huang Fay , Fractal Art based on The Butterfly Effect of Chaos Theory, Institute of Computer Science and Information Engineering National Ilan University, Taiwan, 2009
2. McWhinnie Harold, Chaos Theory in Arts and Design, Department of Design University of Maryland, 1991
3. Deep Lorenz, http://www.levitated.net/daily/levDeepLorenz.html
4. Lorenz Attractor, http://www.levitated.net/daily/levLorenzAttractor.html
5. Open Processing, http://www.openprocessing.org/