Workshop: Introduction to Creative Coding
During this workshop we introduce programming concepts using the web based creative coding library p5.js (https://p5js.org), which is built using JavaScript.
Week 1 - Coordinates, shapes and colour
Outcomes Set up development environment Understand the principles of locating points on screen...
Week 2 - Animation, conditionals & random numbers
Outcomes Understand variables and how to use them Understand functions and how to use them Us...
Week 3 - Iteration, arrays, objects and pixel arrays
Outcomes Iteration using while and for loops Understand and using arrays Using loops and arra...
Week 4 - Other inputs and APIs
Outcomes Independently researching new features of p5.js using the documentation Using inputs...