Skip to content
forked from nasa/koviz

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

License

Notifications You must be signed in to change notification settings

excaliburtb/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 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • C 2.5%
  • Yacc 1.2%
  • Other 1.9%