Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryPancake authored Mar 16, 2024
1 parent abafb52 commit 59cad64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,14 @@ My old horribly broken method of smoothing with lerp. [For much better methods,

<img src="./images/lerpsmoother.png" width="500">

- [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).

<img src="./images/portertrail.png" width="500">

- [PowerPoint](https://mysterypancake.github.io/Fun/html/powerpoint)

## [Pulse Width Modulation](https://mysterypancake.github.io/Fun/html/pwm)
Expand Down

0 comments on commit 59cad64

Please sign in to comment.