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: about 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T03:37:40.000Z (over 4 years ago)
- Last Synced: 2025-02-26T01:51:13.897Z (2 months ago)
- Topics: flight-simulator, rocket, rocket-simulator, simulator
- Language: C++
- Homepage:
- Size: 206 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trochia
[](https://github.com/sk2sat/rocket_simulator/actions)
[](https://github.com/sk2sat/trochia/releases)
[](https://github.com/sk2sat/trochia/issues)
[](./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)