1.
OBJ File Reader - OpenProcessing
Apr 13, 2008 ... This applet is a demonstration of the .obj file reading class. this class stores the vertex, normal, material, texture(not for Processing, ...
2.
Hop Hop Hop - OpenProcessing
class Rec { color couleur; float x, y,z; float ang; float taille0,taille; float vx0,vy0; float vx,vy,vz; float h; Rec(int depart_x, int depart_y,float ...
3.
400 simulated dice rolls - OpenProcessing
Using the random() function, I created a dice roll generator. The rolls are displayed in twenty columns of 20 blocks. The order begins at the top left, ...
4.
Falling - OpenProcessing
_x += ball.vx; if (ball._x<left+ball._width/2) { ball._x = left+ball. ... _y += ball.vy; if (ball._y<top+ball._height/2) { ball._y = top+ball. ...
5.
Old Scope - OpenProcessing
Old Scope. Colorful Columns with Minim ... half of scope size int eraser=5; // remanence effect float steps=10; // calculated steps at each fame boolean xy; ...
6.
//Programmed by Joshua McGrath //NMD 102 Scott //This is my ...
//Use UP,DOWN,LEFT, and RIGHT to move //Don't get hit by cars and don't .... rect(xc,yc, xw,32); //controls which way the cars drives and where they go ...
7.
Chess Clock - OpenProcessing
Chess Clock. WhiteGlove Visualization1 .... Java 1.4 to be installed work * - Only works for applications (not for applets) * * by hansi, ...
8.
Hamster Gyro Music Video Generator - OpenProcessing
This browser does not have a Java Plug-in. Get the latest Java Plug-in here. ...... getCurrentColor(currentMillis)); text(myText[i].word, myText[i]. ...
9.
Browse - OpenProcessing
Browse Sketches: tag bar chart. subscribe to rss feed subscribe to sketches with this tag. view by: thumbnails list. tags; date; source code ...
10.
Portfolio of Jeremy Sarchet - OpenProcessing
portfolio of. Jeremy Sarchet. member since March 12, 2009. Circumlocutionary. This program modifies a simple code for objects translating and deflecting off ...