Skip to content

Commit

Permalink
add pixasplode
Browse files Browse the repository at this point in the history
  • Loading branch information
kentquirk committed Jan 7, 2024
1 parent 1e5c6a1 commit 4e16cf5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<h1>P5 experiments</h1>
<p>
I'm playing with P5 to see if I can make some interesting things as part of <a href="https://genuary.art/">Genuary 2024</a>.
This stuff seems to work pretty well on mobile.
</p>
<h2>Genuary 4 (Pixels) & 6 (Screensaver)</h2>
<h3>Pixasplode</h3>
<p>
This loads a picture, draws it as circular pixels in random order, and then gives each pixel
a weak velocity dependent on the hue of the pixel. It's a fairly pleasing way to blow up the
image. Running demo <a href="pixasplode/">here</a>.
Source code <a href="https://github.com/kentquirk/genuary24/tree/main/p5/pixasplode">here</a>.
</p>
<h2>Genuary 3 - The Droste Effect</h2>
<h3>Zooming in on "microbes"</h3>
Expand Down

0 comments on commit 4e16cf5

Please sign in to comment.