/trochia

trajectory of rocket and ground-hit-point calculator

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Trochia

Build Status on GitHub Actions release 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.

Please see Release Page for details.

Build from Source

$ 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.

$ vim config.toml # write configuration by TOML
$ trochia

Author

GitHub: sk2sat

Twitter: @sksat_tty

License

See LICENSE