Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2 KB

File metadata and controls

44 lines (31 loc) · 2 KB

OrbitSim

Stats

Build Status GitHub last commit Issues GitHub pull requests License: GPL v3

What is it?

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.

Files description

  • main.cpp - main file of the program.
  • planet.h - header which contains planet class.
  • planetsystem.h - header which contains planetsystem class.
  • custmvector.h - header which contains customvector class.
  • planetsystem.ini - initialization file which describes parameters of planetsystem and planets.

The Latest Version

Details of the latest version can be found on GitHub here.

Documentation

The most up-to-date documentation can be found here.

Installation

  1. Unzip downloaded archive (via e.g 7-Zip on Windows or sudo unzip in Linux).
  2. Create a new C++ executable project and copy sources into project directory.
  3. Set necessary filepaths as your own.
  4. Compile and run program using CLI or IDE.

Licensing

Please see the file called LICENSE, or visit here.

Contacts