Pages
My experiments with P5.js
- Load P5 — get P5 loaded into the page with TypeScript.
- Random Walk — do a random walk with P5.
- Mouse Walker — a walker that tends to follow the mouse.
- Classless Random Walker — a random walker that doesn't use a
Walker
class. - Play Song — loading and playing a song with P5.js.
- Exercise 04 —
randomGaussian
Function in P5.js. I didn't do this correctly but learned a few things. - Exercise 04 (Fixed) — this one is closer to the exercise's requirements.
- Gaussian Random Walk — a random walk where step size is generated with a normal distribution.
- Exercise 0.6 — custom probability distribution to vary size of the walker's steps.
- Ambient Visualization — experimenting with music-driven visualization (probably unfinished).
- Perlin Noise Random Walker — Exercise 0.7.
- Video Capture — webcam video capture with p5.js.
- Basic 2D Noise — Related to exercise 0.8 and 0.9.
- Animated 2D Noise — Exercise 0.8 and 0.9.