diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-25 15:43:54 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-25 15:43:54 -0400 |
commit | 43485f78c42be30774a7b3a92e6115b91713c2cf (patch) | |
tree | 81819994a2f91a003ead289c02402faf8509cdff /html/index.html | |
parent | d5d2888c4aae16426e8d40cd441f5133e320cc5e (diff) |
Add "Converting from 3D to 2D" blog post
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html index 91ad380..4164709 100644 --- a/html/index.html +++ b/html/index.html @@ -45,6 +45,14 @@ </a> </h2> <div class="notes-container"> + <a href="/notes/converting_from_3d_to_2d.html" class="note-link"> + <div class="note-box"> + <img src="/assets/3d_to_2d.png"> + <h2>Converting from 3D to 2D</h2> + <p>Recently I’ve been working on a project where I needed to + convert an application written in to a ...</p> + </div> + </a> <a href="/notes/mesa_23_1_contributions_behind_the_scenes.html" class="note-link"> <div class="note-box"> <img src="/assets/mesa3d.svg"> |