From 81d0cbc67306fc2937f359f8a15679dd7d2ecf4e Mon Sep 17 00:00:00 2001 From: octolinkyt Date: Tue, 16 Jun 2026 12:25:31 -0400 Subject: [PATCH] WIP docs: commenting in physics.c/physics.h and README updates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 044264c..76b1ce0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ It consists of several components: - `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.