Open main menu

CDOT Wiki β

Changes

FSOSS 2010/processing.js/example1

44 bytes added, 16:07, 25 October 2010
no edit summary
/*
FSOSS 2010
Example 1of size, background and rect Andor Salga
*/
// Set the size of the canvas. This will overwrite the canvas
// HTML attributes. This should be the first line in your sketch
size(100, 100);
// Set the background color to gray
background(200);
// Reference page for rectangle:
// http://www.processing.org/reference/rect_.html
1
edit