summaryrefslogtreecommitdiff
path: root/roadmap.html
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-06-24 09:18:36 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-06-24 09:18:36 -0400
commit953c41b0ec054997cdbc77bf6953187a22d9bd12 (patch)
tree70e9af6bbce401e0de590df420ac92138c7af3a5 /roadmap.html
parent7edfa1e57e3caef9258f7d8d794a50933fcd1c42 (diff)
Updating roadmap, and getting started on SAT collisions
Diffstat (limited to 'roadmap.html')
-rw-r--r--roadmap.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/roadmap.html b/roadmap.html
index 931d893..8d7f3e3 100644
--- a/roadmap.html
+++ b/roadmap.html
@@ -26,7 +26,7 @@
<li><label>Collisions</label></li>
<li><a title="/2d/_collisions/rectangle_line.html" href="/2d/_collisions/rectangle_line.html">Rectangle-Line</a></li>
<li><a title="/2d/_collisions/rectangle_rectangle.html" href="/2d/_collisions/rectangle_rectangle.html">Rectangle-Rectangle</a></li>
- <li><a title="/2d/_collisions/polygon_polygon.html" href="/2d/_collisions/polygon_polygon.html">Polygon-Polygon</a></li>
+ <li><a title="/2d/_collisions/polygon_polygon.html" href="/2d/_collisions/polygon_polygon.html">Separating Axis Theorem</a></li>
</ul>
</li>
<li>
@@ -87,6 +87,10 @@
color: red;
}
+ .abandoned {
+ color: grey;
+ }
+
section ul li.done:before {
content: '✓'
}
@@ -104,12 +108,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,
@@ -130,6 +133,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/>