YaPa402 / koviz

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 latest

sudo apt-get install qtbase5-dev qt5-default

Build

Redhat 7 & 8

qmake-qt5
make

Ubuntu

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)

About

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

License:Other


Languages

Language:C++ 95.8%Language:Yacc 1.5%Language:Lex 0.7%Language:QMake 0.7%Language:Python 0.7%Language:C 0.5%