
Introduction to Creative Coding with Processing
This hands-on workshop will introduce you to computer programming with Processing. You will learn how to create drawings, animations, and interactive graphics while covering the fundamentals of this open-source programming language such as variables, functions, and loops.
Topics Covered
Creating a sketch
File naming conventions
Running a sketch
Using the console
Creating shapes
Creating motion & animation
Mouse & keyboard interactivity
Working with typography
Creating fonts
Working with variables
Creating functions & loops
Creating arrays
Working with libraries
Installing libraries
Troubleshooting