Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sksat/trochia
trajectory of rocket and ground-hit-point calculator
https://github.com/sksat/trochia
flight-simulator rocket rocket-simulator simulator
Last synced: 2 months ago
JSON representation
trajectory of rocket and ground-hit-point calculator
- Host: GitHub
- URL: https://github.com/sksat/trochia
- Owner: sksat
- License: gpl-3.0
- Created: 2019-10-07T05:00:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T03:37:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T17:28:16.050Z (2 months ago)
- Topics: flight-simulator, rocket, rocket-simulator, simulator
- Language: C++
- Homepage:
- Size: 206 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trochia
[![Build Status on GitHub Actions](https://github.com/sk2sat/rocket_simulator/workflows/build/badge.svg)](https://github.com/sk2sat/rocket_simulator/actions)
[![release](https://img.shields.io/github/v/release/sk2sat/trochia?style=flat-square)](https://github.com/sk2sat/trochia/releases)
[![issues](https://img.shields.io/github/issues/sk2sat/trochia?color=red&style=flat-square)](https://github.com/sk2sat/trochia/issues)
[![license](https://img.shields.io/github/license/sk2sat/trochia?style=flat-square)](./LICENSE)## trochia: trajectory of rocket and ground-hit-point calculator
Trochia is a rocket flight simulator written by modern C++.
## Install
There are pre-built binaries of latest release for some platform.
- [Linux](https://github.com/sk2sat/trochia/releases/latest/download/trochia-linux.zip)
- [Mac OS](https://github.com/sk2sat/trochia/releases/latest/download/trochia-mac.zip)
- [Windows](https://github.com/sk2sat/trochia/releases/latest/download/trochia-windows.zip)Please see [Release Page](https://github.com/sk2sat/trochia/releases) for details.
### Build from Source
```sh
$ git clone https://github.com/sk2sat/trochia && cd trochia
$ mkdir build && cd build
$ cmake ..
$ make
```## Usage
Trochia is run from the command line.
Please open your terminal and go to your project directory.```sh
$ vim config.toml # write configuration by TOML
$ trochia
```## Author
GitHub: [sk2sat](https://github.com/sk2sat)
Twitter: [@sksat\_tty](https://twitter.com/sksat_tty)
## License
See [LICENSE](./LICENSE)