risknfun's blog    |  go to risknfun's homepage
Blog Main
Tag | Guestbook | Admin   
 
ITP/Computational_Form에 해당하는 글 3건
2007/10/26   [CF-mid] breathing algorithm generated sculpture (182)
2007/10/07   [CF-W1~4] computational form (147)
2007/09/11   [CF-W1] Preparing an OpenGL programming environment on PC (128)


[CF-mid] breathing algorithm generated sculpture
algorithm generated sculpture, and it's breathing.

http://risknfun.com/compform/breathing_SGS.png
still cut

1. Tried to make an algorithmic generated object in 2D not 3D.

2. In creation phase of this object, few rules are existed.
- center point
- different length of lines are created randomely around the screen
- the line move close to the center like magnetic
- if the line intersect with previous line, then the movement is slow down depend on the length of the previous line, it could be thought as a frictional force
- repeat 1000~5000 times

3. changed the color to green to express green movement.

4. the object also breathes. I chekcked my breathing pattern and applied.

5. hope to make this green thing expand in a gray city.
Tag : compform, ITP


[CF-W1~4] computational form
Using OpenGL and C++, I'm making small computational forms every week. You can check it here.

Some examples:


hair composed of 500 bezier curves, using cubic bezier curve and random function


A bezier drawing tool that works just like the one in Adobe Illustrator.

Tag : Computational Forms, Hair, ITP


[CF-W1] Preparing an OpenGL programming environment on PC
Needed: Dev-C++, GLUT patch

- Dev-C++
1. google dev-c++
2. http://www.bloodshed.net/devcpp.html
3. download and install
4. http://prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe

- GLUT
1. in the program, Tools > Check for Updates/Packages...
2. change devpak server to devpaks.org Community Devpaks and Check for updates
3. press Update to sort and select GLUT, download, install
4. http://www.astahost.com/info.php/installing-glut-dev-c_t14192.html


Tag : Computaional Form, ITP