/ Published in: Processing
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
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
////////////////////////////////////////////////////////// //Code By My Name //Description : ////////////////////////////////////////////////////////// void setup(){ size(640,480); frameRate(30); } void draw(){ }