This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
part_2-_basic_mode [2007/09/10 16:31] scarl Rewrite, removed reference to try/catch |
part_2-_basic_mode [2007/09/10 17:18] (current) scarl Added info on sketches |
||
---|---|---|---|
Line 15: | Line 15: | ||
You can use loops in basic mode. | You can use loops in basic mode. | ||
+ | |||
+ | A program in Processing, in whichever mode, is called a //sketch//. A sketch is made up of the program file (saved as sketchname.pde) and any data objects the sketch is to work with. There will be more about this later. Processing creates a new subdirectory called **sketchbook** in your home directory. All your sketches will be stored in this directory. | ||
\\ | \\ |