This is a program to simulate a behavior of planetsystem.
We are members of Astronomy club located in Krasnoyarsk, Russia. To learn more, please visit here.
main.cpp- main file of the program.planet.h- header which containsplanetclass.planetsystem.h- header which containsplanetsystemclass.custmvector.h- header which containscustomvectorclass.planetsystem.ini- initialization file which describes parameters of planetsystem and planets.
Details of the latest version can be found on GitHub here.
The most up-to-date documentation can be found here.
- Unzip downloaded archive (via e.g 7-Zip on Windows or
sudo unzipin Linux). - Create a new
C++ executable projectand copy sources into project directory. - Set necessary filepaths as your own.
- Compile and run program using CLI or IDE.
Please see the file called LICENSE, or visit here.