Monday, September 24, 2007



test Snow file in Big Screen field trip at IAC

Sunday, September 16, 2007



test Tea_shower and Tea_snow on two screen
I couldn't get rid of the system menu bar. Is it an error?

I upload two homeworks to CVS student folder.
sun_cvs
Sun_painting
-> import JAVA utility to use ArrayList
"import java.util.ArrayList;"
-->add "this" , "PApplet p"
"flock.addBoid(new Boid(this, new Vector3D(width/2,height/2),2.0f,0.05f));"
"Boid(PApplet p, Vector3D l, float ms, float mf) {"
--->change random number to integers
"flowerSize = (int)(parent.random(1,30));"

Tuesday, September 11, 2007

big screen 09/11/2007

int c = color(255,0,0);
fill(c);

int val = int(3.6); Java can recognize "int"
=> int val = (int)3.6;

float -> generally use
=> int val =(int)3.6f;
float a=3.2f;
double -> not use


double d = 4.52;
fill(d);
--> error
double d = 4.52f;
fill(d);
===> everything should be float!

[[[[[[[[[[[[[[[[["this"]]]]]]]]]]]]]"me"
class MyProcessing extens PApplet{
Public void setup(){
part = new Particle(this);
}
Public void draw(){
}
}

------------------particle.java-----------------
class Particel{
floatx,y;
PApplet parent;
Particel(PApplet p){
parent =p;
}
void display(){
parent.ellipse(x,y,0,0);
}
}


====================
Package => floder to organizie files

you can make the "data" folder in side of your project folder

projectname/(right button) team / commit
-> projectname/(right button) restore from Local library

[[[[[[[[[[[[[processing in openGL Ecliipse]]]]]]]]]]]]]
1.
opengl.jar
jogl.jar
this only two files you will need
2.native library
PC-DLL
Mac-JNICIB

PC and Mac almost same, only differnces are differnt files in opengl, it should be DLL file
on PC

final project screen resolution
2720x768

Monday, September 10, 2007

I want to keep developing similar concept of previous projects which is based on concept of Korean traditonal painting. Maybe it will be an interactive painting which can be installed at home.



Based on the concept of the traditional Korean tea ceremony, Tea Ceremony was inspired by the appreciation for enjoying tea in nature.









The project Four Gracious Plants is created by altering abstract images from traditional paintings in order to suggest the passing of time and the seasons. User will hang this project in their studies or living rooms to see them all the time and cultivate their minds.




similar works

flowers are crimson by team-lab.com http://hanahakurenai.jp/

I saw this work last summer at Snoopy Life Design exhibition in Korea. It was awesome.