Guest Tutorials
Here you can find all tutorials made by guests on TheCodingTrain.
If you want to see all tutorials made on TheCodingTrain, you can visit the tutorials page.
- #1
Particle.io Board and p5.js with Tega Brain
15 Nov 2016My first guest is Tega Brain. Tega is an Australian artist, teacher and engineer who gives us a tutorial on environmental sensing and p5.js. In this video, she shows you how to set up a light sensor with a wireless physical computing platform called Particle. She teaches you how to read the data in p5js and make a basic data visualization.
- #2
Web Animations and Mo.js with Sarah Drasner
19 Dec 2016In this guest tutorial, Sarah Drasner demonstrates how to use the Mo.js library to create a smooth colorful “burst” animation in the browser.
- #3
Spring Animations and p5.js with Val Head
20 Dec 2016In this guest tutorial, Val Head uses the p5.js library to create a simple spring animation (without the use of a separate physics engine!)
- #4
Matrix Digital Rain in p5.js with Emily Xie
23 Feb 2017In this guest tutorial, Emily Xie uses the p5.js library to recreate the digital rain effect from the movie The Matrix.
- #5
Brick Breaker with Yining Shi
21 Sep 2017In this Guest Tutorial, artist and researcher Yining Shi creates a Brick Breaker game with the p5.js library.
- #6
The Modulo Operator with Golan Levin
24 Oct 2017Golan Levin visits the Coding Train studio for a tutorial about the modulo operator. He explains what modulus means and its applications in creative coding with p5.js and Processing.
- #7
Circle Morphing with Golan Levin
25 Oct 2017This video is all about interpolation. Artist and educator Golan Levin provides historical background and then proposes a “circle morphing” coding challenge.
- #8
Phaser Game Development with Catt Small
05 Apr 2018The Coding Train is thrilled to welcome Catt Small to present on JavaScript game development with Phaser!
- #9
Color Predictor with Jabril
10 Apr 2018Jabril visits the Coding Train to present a new project: A Machine Learning Color Predictor!
- #10
Kinectron with Lisa Jamhoury
11 Apr 2018Lisa Jamhoury presents Kinectron: A Realtime Peer Server for Kinect 2.
- #11
Hardware + JavaScript with noopkat
03 May 2018The Coding Train is thrilled to welcome Suz Hinton (aka noopkat)! Suz shows how to get started with hardware using JavaScript, an Arduino Uno board, an OLED screen and the Johnny-Five library.
- #12
Introduction to D3.js with Shirley Wu
15 Nov 2019Shirley Wu presents D3.js, a library for manipulating documents based on data.