diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-20 14:32:27 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-20 14:32:27 -0500 |
commit | 25b08ce8bbc34c82558b86111f07fb88bf3b19dd (patch) | |
tree | 220c4000b31e1b48c18f618b7883fa5b463ba2b5 /html/index.html | |
parent | e848b0322b6a55627da9da55c1f5bfcfda4ea3d1 (diff) |
Update small code issues for triangles
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/html/index.html b/html/index.html index be2f68c..bf37882 100644 --- a/html/index.html +++ b/html/index.html @@ -44,6 +44,13 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/rasterizing-triangles.html" class="note-link"> + <div class="note-box"> + <img src="/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png"> + <h2>Rasterizing Triangles</h2> + <p>Lately I’ve been trying to implement a software renderer following the algorithm described by ...</p> + </div> + </a> <a href="/notes/global_game_jam_2023.html" class="note-link"> <div class="note-box"> <img src="/assets/global_game_jam_2023/screen_shot_2.png"> @@ -71,13 +78,6 @@ <p>After reading Maggie Appleton page on digital gardens I was inspired to convert my own website into a digital garden.I have many half baked ideas that I seem to be able to finish. Some of them get to a published state like and , but many of them never make it to the published state. The idea of digital garden seems very appealing to me, as it encourages you to post on a topic even if you haven’t made it publishable yet.How this site works - I wanted a bit of challenge when putting together ...</p> </div> </a> - <a href="/notes/rasterizing-triangles.html" class="note-link"> - <div class="note-box"> - <img src="/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png"> - <h2>Rasterizing Triangles</h2> - <p>Lately I’ve been trying to implement a software renderer following the algorithm described by ...</p> - </div> - </a> <a href="/notes/baremetal-risc-v.html" class="note-link"> <div class="note-box"> <img src="/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg"> |