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 5a81920 commit 10c8d62
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,30 @@ Small fun scripts I like playing with.

Calculates the formulas for an arithmetic sequence given 2 terms. In other words, it calculates a line through 2 points.

These formulas are actually inverse lerp and lerp. [See here for more info!](https://github.com/MysteryPancake/Houdini-Fun/blob/main/Lerp.md)
These formulas are actually inverse lerp and lerp. [See my article here for more info!](https://github.com/MysteryPancake/Houdini-Fun/blob/main/Lerp.md)

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

## [Random Audio Splicer](https://mysterypancake.github.io/Fun/html/audiosplicer)

Randomly slices up audio into segments and plays the result. Requested by Zoe Kelman (not sponsored)
Randomly slices up audio into segments and plays the result. Requested by Zoe (not sponsored)

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

- [Boolean Comparisons](https://mysterypancake.github.io/Fun/html/booleancomparisons)
- [Caleb Fuzz](https://mysterypancake.github.io/Fun/html/calebfuzz)
## [Boolean Comparisons](https://mysterypancake.github.io/Fun/html/booleancomparisons)

A table of boolean comparisons made for the [Boolean Math node in Blender](https://projects.blender.org/blender/blender/commit/14f6afb09003903a25872e6b05c67411db5e5267).

I guess I didn't trust myself to get it right, since it's generated in JavaScript.

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

## [Caleb Fuzz](https://mysterypancake.github.io/Fun/html/calebfuzz)

The simplest form of audio distortion, designed by Caleb for a guitar pedal. It's just `Math.sign(sample)`.

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

- [Text Corruption](https://mysterypancake.github.io/Fun/html/corrupt)
- [CSS Programming](https://mysterypancake.github.io/Fun/html/cssprogram)
- [Cursor Draw](https://mysterypancake.github.io/Fun/html/cursordraw)
Expand Down Expand Up @@ -49,7 +61,12 @@ Every pixel is drawn using an individual rectangle, so it's horribly slow. [Use

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

- [Lerp Smoother](https://mysterypancake.github.io/Fun/html/lerpsmoother)
## [Lerp Smoother](https://mysterypancake.github.io/Fun/html/lerpsmoother)

My old horribly broken method of smoothing with lerp. [For much better methods, see my article here.](https://mysterypancake.github.io/Houdini-Fun/TimeSmoothing)

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

- [Porter Trail](https://mysterypancake.github.io/Fun/html/portertrail)
- [PowerPoint](https://mysterypancake.github.io/Fun/html/powerpoint)
- [Pulse Width Modulation](https://mysterypancake.github.io/Fun/html/pwm)
Expand Down

0 comments on commit 10c8d62

Please sign in to comment.