https://github.com/ivanseidel/bigbang-js
Recreate the BigBang with JavaScript
https://github.com/ivanseidel/bigbang-js
Last synced: over 1 year ago
JSON representation
Recreate the BigBang with JavaScript
- Host: GitHub
- URL: https://github.com/ivanseidel/bigbang-js
- Owner: ivanseidel
- Created: 2019-02-04T13:17:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T17:31:23.000Z (over 7 years ago)
- Last Synced: 2025-02-28T18:22:48.373Z (over 1 year ago)
- Language: JavaScript
- Size: 194 KB
- Stars: 49
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BigBang JS

A simple simulator that works with phisics to recreate gravitational forces.
Watch the vídeo to understand better about the project
**Watch** this video to see it in action, and learn how it works: [Recriando o BigBang com Javascript](https://www.youtube.com/watch?v=C5_7IV9XFd4)
## How does it work
We have 3 different classes
1. Vector2
2. Planet
3. Simulator
## Phisics
Each Planet is responsible for self-drawing and self-updating based on it's own intrinsics forces that are computed dynamically based on other planets.
## Implementation
Help me write this! 🤓
## Credits
- [Isaac Newton](https://pt.wikipedia.org/wiki/Isaac_Newton)
- [Universe](https://en.wikipedia.org/wiki/Universe)