/workshop-p5-intro

Intro to Creative Coding workshop with p5.js and Tone.js

MIT LicenseMIT

Intro to Creative Coding

This repository includes resources & course notes for students attending my Intro to Creative Coding workshops, demonstrating p5.js and Tone.js.

The idea and layout of the demos is heavily inpsired by Mark Webster's Designing Programs.

Contents

Course Demos

Exercises

Tools

Here is a list of tools and libraries that will be used during the workshop.

Tool Documentation Version Description
A browser A modern browser, Chrome is recommended
Glitch Help An online platform for editing & sharing JavaScript projects
p5.js API Docs 0.9.0 A JavaScript graphics library for creative coding
Tone.js API Docs 13.8.25 A JavaScript audio library for playing synths and sounds

Just Starting Out

If you've never coded before, you can check out this tutorial that explains some of the basics:

Also great is Daniel Shiffman's video series, which often uses p5.js:

A more comprehensive guide on the JavaScript language can be found here:

And here's a useful cheat sheet to use as a reference:

Code Snippets

I've also included a small "recipes" document that you can use as a reference if you are forgetting some of the patterns and recipes discussed during the workshop.

Further Reading

More links to generative art & creative coding:

License

MIT, see LICENSE.md for details.