A 3-body problem gravity simulator toy
Available online at: https://hohmiyazawa.github.io/pellet.js/
A just-for-fun project to get used to javascript classes. New features every now and then, or perhaps never.
If you want to use it:
- Include the script pellet.js on your page.
- Create an empty div.
- Spin up a new simulator with "new Pellet(referenceToDiv)". (look in the index.html file if you are still not sure)