An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BigBang JS

![Recriando o BigBang com JavaScript](https://raw.githubusercontent.com/ivanseidel/BigBang-js/master/video.png)

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)