diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-24 09:18:36 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-24 09:18:36 -0400 |
commit | 953c41b0ec054997cdbc77bf6953187a22d9bd12 (patch) | |
tree | 70e9af6bbce401e0de590df420ac92138c7af3a5 /roadmap.html.content | |
parent | 7edfa1e57e3caef9258f7d8d794a50933fcd1c42 (diff) |
Updating roadmap, and getting started on SAT collisions
Diffstat (limited to 'roadmap.html.content')
-rw-r--r-- | roadmap.html.content | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/roadmap.html.content b/roadmap.html.content index c20a0ef..ee60886 100644 --- a/roadmap.html.content +++ b/roadmap.html.content @@ -35,6 +35,10 @@ color: red; } + .abandoned { + color: grey; + } + section ul li.done:before { content: '✓' } @@ -52,12 +56,11 @@ <h1>May/June 2021: More Collisions</h1> <ul> <li class="halfway">SAT Collisions for Convex Polygons with Explanation</li> - <li class="halfway">Rigidbody Demos</li> - <li>Pill Collisions</li> + <li class="halfway">2D rigidbody physics demos + explanations</li> <li class="done">Remove (or hide) ellipse collision pages for now</li> <li class="done">3D scene setup</li> - <li>3D scene basic physics with spheres bouncing around a scene</li> - <li class="halfway">Redo of all 2d rigidbody physics</li> + <li class="abandoned">3D scene basic physics with spheres bouncing around a scene</li> + <li class="abandoned">Pill Collisions</li> </ul> <p style="font-size: 18px;"> Obviously, the month of April did not go as planned. I got caught up with a number of tasks that I couldn't handle, @@ -78,6 +81,10 @@ simulation up and running with simple objects (spheres, cubes, etc.). From there, I want to begin exploring more complex physics simulation topics like oct-trees, multiple collision resolution, etc. We will see what happens, but I am optimistic, so long as I stay the course. + <br/><br/> + <i>Edit:</i> I am going to focus on SAT collision and AABB collision detection going forward for this month. In addition, + I am going to finish the descriptions/demos for regular rigidbody collision. Afterwards, if I have time, I will move onto + 3D collisions. </p> </section> <hr/> |