Return to Snippet

Revision: 55538
at February 10, 2012 18:51 by cgiles


Initial Code
//////////////////////////////////////////////////////////
//Code By My Name
//Description :
//////////////////////////////////////////////////////////


void setup(){
  size(640,480);
  frameRate(30);
}
void draw(){

}

Initial URL


Initial Description
This is my basic project, i created it because all my project need the same basis. When you save it in processing, think to add a _ at begin of your file name, like this, it will always be on top of you list of skecthes

Initial Title
my basic skeleton

Initial Tags


Initial Language
Processing