Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)