Simple info update commit

This commit is contained in:
61616
2022-03-31 15:01:31 -04:00
parent f6ef69b52f
commit b7deca71fc
3 changed files with 19 additions and 0 deletions

5
readme.md Normal file
View File

@@ -0,0 +1,5 @@
# GravityDev3
Third iteration of a 2D gravity simulator. Features include clicking on a planet to lock onto it, center a focussed
planet, and pan/zoom. Next version planned will be written in C++ for better
acuracy and memory management, as this one has floating point imprecision
issues, and Processing is not effecient with memory.