Thursday, 20 November 2008

pictures of Hong Kong


Is there a link to my pictures of Hong Kong Clic here

Saturday, 1 November 2008

insideout module

Calculus-Based Form: An Interview with Greg Lynn

Computer is another design medium; we should use it to implement our intuition, which requires rigour and knowledge.

Performance

The collapsing of Technological performance and the subject'sperformance.
Eran Neuman

With the help of digital media, we can achieve higher degree of performance by combining the needs of the individuals and the needs of buildings.

Metabolism and Morphology


Nature has rules to teach us as architects.
Architecture needs to be more adaptive to a perpetual changing world, like a plant or an animal does with its environment.

“Design exploration begins within the relationship of metabolism and morphology” Weinstock, M 2008, Metabolism and Morphology.

Wednesday, 15 October 2008

stem section


Have a look on the structure of this section.
each goup of cells contribute to the ensemble. Their locations is determined by their fonctions.

Link to a wikipedia article on this topic

Wednesday, 8 October 2008

Architecture as performative Art


Architecture can't ignore performalism but can creat new form and new meanings!

Computational Fallacy


Natur is smart!
Let's learn from it.
We'll go far if we repect it!

staking city tower


What's about taking parts of the city to stack them into a tower!!!

Tuesday, 7 October 2008

export to Rhino

Hi!
Is there someone to explain me again how you export to Rhino with superCad
I used the example but I've got the error message

"RuntimeException: java.lang.UnsupportedClassVersionError: superCAD/Rhino (Unsupported major.minor version 49.0)"

second question!
If I succed to save a rhino file where do I found it?

Thanks for your help!
Stephane

Monday, 6 October 2008

about the new Czech National Library, Prague

I'm really impressed by the logic of this building. Within the same system they are able to offer spaces with a great range of qualities. The opacity of the central block makes sense for the book storages. The building by itself seems to guide the users. Every part feels a part of the ensemble.

Have a look
OCEAN

Sunday, 5 October 2008

have a look on the code for lego Tower


find the code on the driver of the studio

Wednesday, 1 October 2008

Here is finally a code which creates faces!

Light fitting tower






/*
import processing.opengl.*;
import oog.*;

Oog goo;

void setup(){
size(1000,600,OPENGL);
goo = new Oog(this);

Scene.drawAxis = true;
oog.Line.globalRender = new RenderPtsAll();

createForm();
}

Obj form;

void createForm(){
form = new Obj(); //Create an empty Object

oog.Line myList = new oog.Line();
oog.Line myList2 = new oog.Line();


int b=20;
int d=40;
int e=60;
//int h=50;
for(int h=0; h<600; h=h+50){

for(float c=0; c < TWO_PI ; c=c+(PI/b)) // division of a circle by b or number of dots on a floor
{

myList.add(Pt.create(random(d,e)*cos(c),random(d,e)*sin(c),h));
myList2.add(Pt.create(30*cos(c),30*sin(c),h+50)); //
}

//form.add(myList2);

for(int i=0; i {
Face myFace = new Face();

myFace.add(myList.pt(i));
myFace.add(myList.pt(i+1));
myFace.add(myList2.pt(i+1));
myFace.add(myList2.pt(i));


//println("i:" + i );

form.add(myFace);


}

}

goo.setCenter(form);
}

void draw(){
background(255);
form.draw();
}
*/

Monday, 29 September 2008

interesting website on processing code

Hi guys! I was looking for some help to draw circle and I found this website...
Have a look
www.metaphorical.net

Wednesday, 24 September 2008

Have a look on this website

www.big.dk
It's BIG ARCHITECTURE It's brillant!

Tuesday, 23 September 2008

how to live without computers


Without a computer working properly, everything becomes more difficult...
My computer is dying... on the other Hand I'm looking forward to receiving my new computer on Friday...

Have a look on this amazing slug!



This seaslug lives in Sydney Harbour.
It's able to feed himself by photosynthesis. A bit strange for an animal
Don't think so?
Actually it eats chloroplast from an seaweed and keep them alive to use the energy produce by thoses.

One again nature found a wouderful way...

Thursday, 18 September 2008

Introduction to the studio Huang

Very motivating and fascinating... I'm looking forward for the next months
organicites website