From 59cad64972ccfc491505ce06c63d228e29e386b2 Mon Sep 17 00:00:00 2001 From: MysteryPancake Date: Sat, 16 Mar 2024 22:08:35 +1100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37127f0..086dddd 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,14 @@ My old horribly broken method of smoothing with lerp. [For much better methods, -- [Porter Trail](https://mysterypancake.github.io/Fun/html/portertrail) +## [Porter Trail](https://mysterypancake.github.io/Fun/html/portertrail) + +Trails a point travelling in a random direction, similar to [Porter Robinson's music videos.](https://www.youtube.com/watch?v=ahEovqzpLeU) + +I think this is a form of [simple brownian motion](https://www.youtube.com/watch?v=ZNzoTGv_XiQ). + + + - [PowerPoint](https://mysterypancake.github.io/Fun/html/powerpoint) ## [Pulse Width Modulation](https://mysterypancake.github.io/Fun/html/pwm)