Helpful Links:
- Basic Processing sketch template
- Changing the Editor Font Size.
- Colors
- Reference
- Built-into processing:
- Or, can be found online:
- Pixel Plotters (to find out the coordinates of pixels)
- "Vector" Graphics Editor
- SVG-Edit
(open with the Mozilla Firefox web browser,
not Internet Explorer)
- TIP: You can use the drawing tools in this program to figure out the x and y positions of the shapes you want in Processing!
Sketch Examples:
- Basics
- Interactivity
- Mouse and Keyboard Events and "if"
- ClickColor (mousePressed)
- Drag and Draw (mouseDragged)
- Drag, Draw, and Erase (mouseDragged, keyPressed)
- Blue and Red Balls (if)
- Sticky YoYos (if, else)
- Drag, Draw, and Space Erase (keyPressed, if, key )
- RGB Keys (mouseDragged, keyPressed, if, key)
- Growing Ball (if, frameCount)
- Shrinking Ball (if, frameCount)
- Concentric Colors (if, frameCount)
- Frames (if, frameCount)
- Ball Fade-in (if, frameCount)
- Flashing Ball (if, frameCount, division with remainder)
- Flashing and Growing Circles (if, frameCount, division with remainder)
- Variables
Interested in trying Processing at home?
- To try Processing within a web browser:
- Processing.js
- Try copying and pasting the code from one of your sketches into this web page!
- If you want the full version of Processing on your computer:
- Free Download of Processing
- Both Macintosh and Windows versions are available...
- Note: for Windows, use the regular "Windows" download link (not the "Without Java" version).
More About Processing