WIP docs: commenting in physics.c/physics.h and README updates

This commit is contained in:
2026-06-16 12:25:31 -04:00
parent 11d7c736ae
commit 81d0cbc673

View File

@@ -8,6 +8,7 @@
It consists of several components: It consists of several components:
- `src/main.c`, Main script. Takes all other src and actually renders the engine. - `src/main.c`, Main script. Takes all other src and actually renders the engine.
- `src/physics.c`, All the science & math crap. Ugh.
- More stuff in src. README in progress. - More stuff in src. README in progress.