BigBang-js icon indicating copy to clipboard operation
BigBang-js copied to clipboard

Recreate the BigBang with JavaScript

BigBang JS

Recriando o BigBang com JavaScript

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

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