Tutorials
Video Tutorials
Links to videos that cover the Processing basics.

Hello Processing
A quick intro guiding you to create a simple drawing tool. No software install needed.
Debug
Learn how to pause and step through your running code with the Processing Debugger.
Learning Processing
A complete introductory course on Processing, designed for complete beginners.
Install Processing on ChromeOS
How to install the Processing IDE on ChromeOS using the Linux subsystem.
The Coding Train
All aboard the Coding Train with Daniel Shiffman, a YouTube channel dedicated to beginner-friendly creative coding tutorials and challenges.
2D Animation & Interaction
An 8-week online video class that will teach you to create powerful, expressive, and interactive computer graphics.
Fun Programming
Write short programs in Processing that generate graphics and animation.
Happy Coding
Learn to code using Processing, from functions and variables to libraries and exporting applications.
Plethora Project
These video tutorials cover issues of programming and computational design issues in Processing.
Text Tutorials
A collection of step-by-step lessons covering beginner, intermediate, and advanced topics.

Getting Started
Welcome to Processing! This introduction covers the basics of writing Processing code.Level: Beginner
Processing Overview
A little more detailed introduction to the different features of Processing than the Getting Started tutorial.Level: Beginner
Coordinate System and Shapes
Drawing simple shapes and using the coordinate system.Level: Beginner
Color
An introduction to digital color.Level: Beginner
Objects
The basics of object-oriented programming.Level: Beginner