https://github.com/iamnotprogrammer/orbitsim
https://github.com/iamnotprogrammer/orbitsim
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamnotprogrammer/orbitsim
- Owner: IamNotProgrammer
- License: gpl-3.0
- Created: 2020-03-06T23:46:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T15:37:15.000Z (about 6 years ago)
- Last Synced: 2025-01-31T07:27:08.795Z (about 1 year ago)
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrbitSim
### Stats
[](https://travis-ci.com/VadimSam/OrbitSim)
[]()
[](https://github.com/VadimSam/OrbitSim/issues)
[](https://github.com/VadimSam/OrbitSim/pulls)
[](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).