archive complete
This commit is contained in:
10
index.html
10
index.html
@@ -217,14 +217,12 @@
|
||||
<p class="section-label reveal">projects</p>
|
||||
<h2 class="section-heading reveal" style="transition-delay:0.05s">Things I <em>built</em></h2>
|
||||
<p class="section-intro reveal" style="transition-delay:0.1s">
|
||||
Mostly p5.js — visualising algorithms in ways that look more interesting than they have any right to. Most
|
||||
use <code
|
||||
style="background:var(--surface0);color:var(--peach);padding:1px 5px;border-radius:3px;font-size:0.8em">mouseClicked()</code>
|
||||
so desktop only, sorry mobile.
|
||||
Recent projects & things I found interesting. I have gone to painstaking lengths to not edit my older
|
||||
projects... we all start somewhere.
|
||||
</p>
|
||||
|
||||
<div class="card-grid reveal" style="transition-delay:0.15s">
|
||||
<a class="card" href="projects/drawing_curves/index.html">
|
||||
<a class="card" href="projects/cubic_bezier_curve/index.html">
|
||||
<span class="card-date">1 Oct 2021</span>
|
||||
<span class="card-title">Drawing Bézier curves</span>
|
||||
<span class="card-desc">Interactive animated diagram for quadratic and cubic Bézier curves. Click to
|
||||
@@ -237,7 +235,7 @@
|
||||
<span class="card-desc">Marching squares in action — click a tile to edit the terrain.</span>
|
||||
<span class="card-arrow">→</span>
|
||||
</a>
|
||||
<a class="card" href="projects/warp_lines.html">
|
||||
<a class="card" href="projects/warping_lines.html">
|
||||
<span class="card-date">2 Apr 2020</span>
|
||||
<span class="card-title">Müller-Lyer illusion</span>
|
||||
<span class="card-desc">A visualisation of the Müller-Lyer optical illusion rendered in JS.</span>
|
||||
|
||||
Reference in New Issue
Block a user