I started this series in an effort to create some supplementary materials for the Creative Coding summer class at NYU’s IMA Low Res program. My hope is that in addition to the systematic learning in class, students of Creative Coding can see from my videos ways to combine the programming concepts they’ve learnt in class to create interesting applications. This is also a platform to showcase my own explorations in p5.js.
Terms to look up on the p5.js reference page:
mouseDragged ( )
keyPressed ( )
fill ( )
circle ( )
random ( )
Working with Text and Type in p5.js (Tutorial by Allison Parrish)
Terms to look up on the p5.js reference page:
translate( )
rotate( )
angleMode( )
square( )
stroke()
noFill()
Terms to look up on the p5.js reference page:
color()
textAlign()
text()
dist()
frameRate()
Working with Text and Type in p5.js (Tutorial by Allison Parrish)
Terms to look up on the p5.js reference page:
for
map()
stroke()
line()
while and for Loops
(Tutorial by Dan Shiffman):
Terms to look up on the p5.js reference page:
color()
for
lerpColor()
Nested Loops
(Tutorial by The Coding Train / Dan Shiffman):
Terms to look up on the p5.js reference page:
loadFont()
textFont()
text()
textAlign()
textSize()
preload()
while and for Loops
(Tutorial by Dan Shiffman):