Skip to content
/ trochia Public

trajectory of rocket and ground-hit-point calculator

License

Notifications You must be signed in to change notification settings

sksat/trochia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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