Skip to content

Commit

Permalink
applets paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmbright committed Jan 3, 2025
1 parent a26b335 commit 9a20329
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions applets.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ <h2> Some toys </h2>
to JavaScript and to shader art, I guess.
</li>

<li> <a href="geometry.html"> Some simple geometry exercises. </a>
Here I record the results of some graphics fundamentals. In
JS, without libraries like GLM, I've put together my own
linear algebra helpers, as well as GL and geometry helpers.
These are fundamentals, but not always necessarily easy.
Knowing how the basics work deeply makes the flashier stuff
easier to understand.
<li>
<a href="geometry.html"> Some simple geometry exercises.</a>
Here I try to lump in as many graphics fundamentals as I can
into a light emitting sphere orbiting another sphere. Doing
this in JS without libraries like GLM, this has been a good
opportunity to really understand how the transformations
used in graphics work.
</li>

<li> <a href="pong.html"> Pong Clone </a>
Expand Down

0 comments on commit 9a20329

Please sign in to comment.