Skip to content

Ninter6/ThreeBody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeBody

This program uses the fourth order Runge Kutta method to calculate

Compile and Run

You need to ensure that you have already installed the GLFW library correctly

g++ -lglfw -std=c++14 -O3 ./glad/glad.c ./main.cpp -o threebody
./threebody

About

A simple simulation of three body problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published