summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-19 08:38:34 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-19 08:38:34 -0700
commit3a4d77bb7924492a5409112cf0f59cf29d354abf (patch)
tree00d33e7ef850135e7e1e1a21534aac4e662dc971 /README.md
parentcde55b6020d32797a4c000cec283e1cf535474b0 (diff)
Add README with TODOs
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..23d529b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Pixel physics simulation
+
+# TODO:
+
+- Add particles
+- Check for partitioning rigidbodies
+- Add tools: laser, gun, blower
+- Add player character
+- Rethink fire
+ - Should we have temperature field for all cells?
+ - Could use this to have metal melt, sand turn to glass
+ - Looks nice for laser effects
+ - Should burning wood behave differently than burning oil?
+- Handle `rb` flag correctly
+ - Turning a rigidbody into sand should unset all of its flags and kill the body
+ - Melting a rigidbody (see above) is more complicated, melting metal may shift slightly and reform, in which case it should stay attached, or melt off entirely, it which case it should not stay attached
+- Optimize renderer to uncap rigidbody count
+- Lazily load chunk colliders, maybe hash to make upsert cheaper
+- World serde
+- UI overlay