• Stars
    star
    372
  • Rank 114,858 (Top 3 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Galaxy

GitHub issues GitHub watchers GitHub code size

About

This project allows you to run a simulation of the collision of two galaxies. The project was based on the law of universal gravitation.
Project use C++ standard 17

Demonstration

Demo animation

How use

Start with all parameter's

cd Galaxy
make ThreeBody

Start with 3 Body

cd Galaxy
make ThreeBody

Start with Sun Earth Moon system

cd Galaxy
make Sun-Earth-Moon

Start Collision

cd Galaxy
make Sun-Earth-Moon

Clean project

cd Galaxy
make clean