An open API service indexing awesome lists of open source software.

https://github.com/iamnotprogrammer/orbitsim


https://github.com/iamnotprogrammer/orbitsim

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# OrbitSim
### Stats
[![Build Status](https://travis-ci.com/VadimSam/OrbitSim.svg?branch=master)](https://travis-ci.com/VadimSam/OrbitSim)
[![GitHub last commit](https://img.shields.io/github/last-commit/VadimSam/OrbitSim)]()
[![Issues](https://img.shields.io/github/issues/VadimSam/OrbitSim)](https://github.com/VadimSam/OrbitSim/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/VadimSam/OrbitSim)](https://github.com/VadimSam/OrbitSim/pulls)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

## 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](https://dvpion.ru/kurs/tel.asp).

## 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](https://www.github.com/VadimSam/OrbitSim).

## Documentation

The most up-to-date documentation can be found [here](https://github.com/VadimSam/OrbitSim/wiki).

## Installation
1. Unzip downloaded archive (via e.g [7-Zip](https://7-zip.org) 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](https://github.com/VadimSam/OrbitSim/blob/master/LICENSE).

## Contacts
- Open an issue on GitHub [here](https://github.com/VadimSam/OrbitSim/issues).
- Write me [email](mailto:samohvalovvadim3141@gmail.com).
- Chat with me in [Telegram](https://www.t.me/VadimSam).