Skip to content
/ koviz Public

Koviz is a Trick simulation data plotting, visualization and analysis tool

License

Notifications You must be signed in to change notification settings

nasa/koviz

Repository files navigation

Get the Code

git clone https://github.com/nasa/koviz.git

Qt Prerequisites

koviz is built upon the Qt framework.

Redhat 7+

sudo yum install qt5-qtbase-devel gcc gcc-c++ make flex bison

Redhat 8+

sudo dnf install -y qt5-qtbase-devel bison flex make gcc gcc-c++

Ubuntu 22.04

sudo apt-get install qtbase5-dev make flex bison g++ 

Mac OS

brew install qt@5
brew link qt5 --force

Build

Redhat 7 & 8

qmake-qt5
make

Ubuntu

This is only required if you want to run the binary directly instead of using build-and-run-koviz.sh.

qmake
make

Mac OS

qmake
make

Run

bin/koviz -h                  # for usage
bin/koviz /path/to/RUN_dir    # View trick run
bin/koviz /path/to/MONTE_dir  # View trick MONTE dir (set of runs)

Docker

See docker directory's README.

About

Koviz is a Trick simulation data plotting, visualization and analysis tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published