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/