add gol shader to portfolio

This commit is contained in:
Crispy 2024-08-27 23:01:34 +02:00
parent a9b23b5a4e
commit a4629afb0e
3 changed files with 8 additions and 0 deletions

View file

@ -146,6 +146,11 @@ An example scene made for libgarbage, showing most of the primitive shapes avail
</p>
<h2 id="cellular-automata">cellular automata</h2>
<h3 id="game-of-life">game of life</h3>
<p>
<code>2023-07</code><br>
I also made a web version of this in may 2021, see <a href="https://gol.crispypin.cc/?cellsize=10&time=2">gol.crispypin.cc</a> or <a href="https://github.com/CrispyPin/gol-wallpaper">github.com/CrispyPin/gol-wallpaper</a> for the source<br>
<img loading="lazy" src="/media/shaders/game_of_life.png" alt="Conway's game of life" title="Conway's game of life"></img>
</p>
<h3 id="rule-110">rule 110</h3>
<p>
<code>2023-09</code><br>