Overview
Creative Coding Essentials
The starting point of the curriculum, made for beginners. (33 Lessons)
Sketching with Code
Learn best practices for a fluent and smooth sketching process (9 Lessons)
Mastering the For-Loop
A deep dive into For-Loops in Processing and p5.js (10 Lessons)
Waves
Learn to utilize waves for motion graphics in Processing and p5.js (13 Lessons)
Random Compositions
One of the most exciting and maybe even unsettling discoveries in the learning process of Creative Coding in Graphic Design […] (12 Lessons)
Exercises: Vera Molnar Reconstructed
Exercises for beginners and intermediate creative coders. (16 Lessons)
Exercises: Bauhaus Coding Workshop
A collection of creative exercises, based on the teachings in the preliminary course at the Bauhaus in Weimar. (14 Lessons)
The Third Dimension
A brief introduction to 3D enviroments in Processing (11 Lessons)
Typemachines
Fundamentals in text and kinetic typography with Processing and p5.js (18 Lessons)
Images and Pixels
All you need to know to work with Images in Processing and p5.js. (18 Lessons)
Copy and Paste
Exploring the copy-function in Processing and p5.js (8 Lessons)
Generative Sculptures
Learn to transform image data into three-dimensional structures. (12 Lessons)
Basic Datastructures
Fundamental principles of Arrays in Processing and p5.js (13 Lessons)
Grid Systems
In this course you will learn how to use two-dimensional grids for a variety of design applications. (15 Lessons)
Modulo Mixtape
The modulo operator is a magical little tool that can be used to achieve many different effects and solve several […] (11 Lessons)
Form follows Music
An exemplary introduction to generative design and data visualization. (8 Lessons)
TextMode (WIP)
Explorations in String Manipulation. (16 Lessons)
PGraphics
A deep dive into PGraphics (13 Lessons)
Generative Collages
Learn to merge photos and graphics into expressive collages. (11 Lessons)
ASCII Adventures
This course is about the aesthetic potential of ASCII typography. Specifically, in this course you’ll learn how to develop your […] (10 Lessons)
Building Tools
Up to this point, you have changed all the parameters in your sketches directly in the code. This will get […] (19 Lessons)
Basics
Creative Coding Essentials
The starting point of the curriculum, made for beginners.
Start →
- Processing and p5.js
- Processing: Installation and quick walkthrough
- p5.js: Installation and quick walkthrough
- Setup and Draw
- Setting the size for your sketch
- Background
- Basic Geometry
- Styling Shapes with Stroke and Fill
- rectMode() and ellipseMode()
- Lines, Triangles and Polygons
- The Reference
- Mouse Interaction
- Colors
- Randomness
- Variables
- Conditional Statements
- Switch
- Operators
- Transformations
- push() and pop()
- Comments
- For-Loops
- For-Loops (Examples)
- Waves
- Waves (Examples)
- Modulo
- Mapping
- Saving Images
- Using the Console
- Functions
- Keyboard Interaction
- Exercise: Geometric Typography
- Wrapping Up
Sketching with Code
Learn best practices for a fluent and smooth sketching process
Start →
Mastering the For-Loop
A deep dive into For-Loops in Processing and p5.js
Start →
Random Compositions
One of the most exciting and maybe even unsettling discoveries in the learning process of Creative Coding in Graphic Design […]
Start →
Vera Molnar Reconstructed
Exercises for beginners and intermediate creative coders.
Start →
Bauhaus Coding Workshop
A collection of creative exercises, based on the teachings in the preliminary course at the Bauhaus in Weimar.
Start →
Text and Images
Typemachines
Fundamentals in text and kinetic typography with Processing and p5.js
Start →
- Chars and Strings
- Displaying Text
- Styling Text
- Preloading (p5.js)
- Asset-Management
- Utilizing a font
- Text-Frames
- Line-Breaks
- Line-Height
- String Methods
- String Concatenation
- Getting the Text-Width
- Example: charArt
- Example: Newsticker
- Example: 3D Typography
- Example: Circular Distribution
- Addon: Letter Spacing
- Wrapping Up
Images and Pixels
All you need to know to work with Images in Processing and p5.js.
Start →
Copy and Paste
Exploring the copy-function in Processing and p5.js
Start →
ASCII Adventures
This course is about the aesthetic potential of ASCII typography. Specifically, in this course you’ll learn how to develop your […]
Start →
Space and 3D
Generative Sculptures
Learn to transform image data into three-dimensional structures.
Start →
Data and Information
Basic Datastructures
Fundamental principles of Arrays in Processing and p5.js
Start →
Grid Systems
In this course you will learn how to use two-dimensional grids for a variety of design applications.
Start →
- Intro
- Setting up a Grid System
- Setting up the logic
- Components: Geometric Shapes
- Components: Images
- Components: Image details
- Components: Image details from an array
- Using a 2D-array for state management
- Interactivity 1
- Interactivity 2
- Interactivity 3
- Case Study: Llum Negra
- Case Study: Slate and Ash
- Addon: Grid Cells
- Wrapping Up
Modulo Mixtape
The modulo operator is a magical little tool that can be used to achieve many different effects and solve several […]
Start →
Form follows Music
An exemplary introduction to generative design and data visualization.
Start →
TextMode (WIP)
Explorations in String Manipulation.
Start →
- Intro
- Strings and Chars
- String Concatenation
- Getting a Character from a Word
- Getting a Word from a Sentence
- Getting a Sentence from a Text
- A whole book, Word by Word
- Loading a Text from an external File
- Split Flap Mechanics
- Generative Poetry
- Low Tech Newsticker
- Newsticker 2
- Text Slider
- Word Cloud
- Render Text to an external File
- Wrapping up
Layouts
Generative Collages
Learn to merge photos and graphics into expressive collages.
Start →
Toolmaking
Building Tools
Up to this point, you have changed all the parameters in your sketches directly in the code. This will get […]
Start →
- Intro
- Sliders
- Text input
- Buttons
- Number Input
- Color Picker
- Select
- Checkboxes
- Labels
- Text Area
- Application Layout
- Styling the UI Elements (Part 1)
- Styling the UI Elements (Part 2)
- File Upload
- Group UI Components with Accordions
- Template Collection
- Example – Book Cover Generator
- Example – Coding Systems Announcement Machine
- Wrapping Up