Archive pour la catégorie 'programmation'
Jeudi 22 octobre 2009
public static void seduce(){ while( Preys.isAvailable ){ Animal.you.dance.doBridal(); } }
private volatile void dream (final Lived args[]) { for (Lived b : args) { Dream.add( b.getFrustration() ); } }
public static Art makeShitArt(Author a){ Art shit = new Art(a); while( Art.meaning == true ){ Art.addSomeWhere(a.getSensibility()); } return shit; }
Publié dans programmation, dérive |
Mercredi 12 août 2009
Publié dans programmation, processing |
Samedi 25 avril 2009
class WaitingForTheSun {
|
WaitingForTheSun() {
|
if (Eden.getFlash(1)) {
|
We.raceDown(Sea);
We.stand(Sea.getShore(“freedom”)); |
}
waitingSun(3);
feelSun();
waitingSun(4);
waiting(8);
wait(You.come(“along”));
wait(You.hear(this));
wait(You.come(“along”));
wait(You.tellMe(Exception));
Me.life = !this;
feelSun();
waitingSun(4); |
} |
|
void feelSun() {
|
if (You.feel(Sun)) {
|
Spring.isAvailable = true;
We.live(Sun.scattered); |
} |
} |
|
void waitingSun(int count) {
|
while (Sun.isAvailable) {
|
wait();
count -= 1;
if (count <= 0) {
} |
} |
} |
|
void waiting(int count) {
|
for (int i = 0; i > count; i++) {
} |
} |
/* Regards to Jim Morrison */
} |
Publié dans works, programmation, art, reflection, recherche |
Lundi 20 avril 2009
class FeelingTheSunset {
|
FeelingTheSunset() {
|
LandScape landscape = setLandScape();
Atmosphere air = setAtmosphere();
Sun sun = new SunSet();
Sky sky = setSky();
Love myGirl = Me.getMyLove();
while(sun.isAvailable){
|
sun.rotation++;
sky.sunEffect(sun, “orange”, “pink”);
Me.Keep(“Hug”, myGirl);
Feeling.Share(Me, myGirl); |
} |
} |
|
LandScape setLandScape() {
|
Sand sand = new Sand(“fine”, “white”);
Tree palm = new PalmTree(“Braeha edulis”);
Sea sea = new Sea(“clear”, “blue”, “green”);
LandScape landScape = new LandScape();
landScape.add(sand);
landScape.add(palm);
landScape.add(sea);
return landScape; |
} |
|
Atmosphere setAtmosphere(){
|
Atmosphere air = new Atmosphere();
air.heat = 26°;
air.humidity = 30%;
air.wind = 8km/h;
air.smell = Smell.salt;
return air; |
} |
|
Sky setSky(){
|
Sky sky = new Sky();
Cloud cirrus = new Fribratus(“cirrus”);
cirrus.density = 23%;
Cloud cirros = new Fribratus(“cirrostratus”);
cirros.density = 7%;
Bird seagull = new Bird(“seagull”);
sky.add(cirrus);
sky.add(cirros);
sky.add(seagull);
return sky; |
} |
} |
Publié dans programmation, works, dérive, art, reflection, recherche |
Lundi 23 février 2009
Publié dans programmation, recherche |
Dimanche 15 février 2009
Publié dans programmation, graphisme, recherche, processing |
Samedi 14 février 2009
Publié dans programmation, recherche, processing |
Lundi 9 février 2009
Wouuuuuuhhhouuuuuuu !!!!!!
Here my new 3Dmouse to pick object in 3d space… !

Publié dans programmation, recherche, processing |
Mercredi 10 décembre 2008
Publié dans programmation, dérive, reflection, recherche, processing |
Mercredi 26 novembre 2008
Publié dans exhibition, works, programmation, art, processing |