Algorithmic Art Tutorial
Algorithmic art is a creative coding technique that uses code, simple maths and logic to create engaging static or dynamic images. p5.js, the language it was originally designed for, is the best suited. As a JavaScript library, it can be used in the browser without downloading software. Processing.org has created a brilliant web editor that lets you code in your browser and see the results instantly. Simply type your code and it’s translated into a canvas within the web editor. Click the image to download the PDF.
Module A shapes and loops
Module B colour and movement
Module C 3D shapes and light
Module D classes and arrays
Module E particles and perlin
Module A
Module A introduces you to various shapes at your disposal and also to keep concepts that are key to coding in general.
Module B
Module B adding to the previous module we will now explore movement and further explore colour









