p5.js - Archive
Here you can find p5.js videos that have been archived because they were remade or are now out of date.
- #1.3
Basics of Drawing
01 Sep 2015In this video, I teach you about the basics of drawing shapes in a web browser using the p5.js library.
- #1.4
Color
01 Sep 2015In this video, I show you how to add colors to your p5.js sketches.
- #1.5
How to Upload your Sketch
27 Aug 2015This video demonstrates how to use a FTP (SFTP) software to upload a p5.js sketch to a server.
- #2.1
Variables in p5.js (mouseX, mouseY)
04 Sep 2015In this video, I introduce the concept of variables in p5.js. The setup() and draw() functions are covered as well as mouseX and mouseY.
- #2.2
Variables in p5.js (Make your own)
04 Sep 2015In this video, I look at how to create your own variables and how to use them to animate elements of your p5.js sketches.
- #2.3
JavaScript Objects
04 Sep 2015This video introduces the idea of objects in JavaScript using p5.js.
- #2.5
The random() Function
04 Sep 2015In this video, I teach you how to generate random numbers with the random() function in p5.js.
- #2.6
createGraphics()
13 Feb 2019In this video, I cover createGraphics() in p5.js in order to demonstrate how to draw some shapes with trails and some without.