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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bca05e · Mar 3, 2025
Jan 19, 2024
Mar 26, 2021
Dec 12, 2024
Dec 5, 2024
Feb 28, 2025
Mar 3, 2025
Dec 12, 2024
Dec 20, 2023
Feb 11, 2025
Aug 20, 2024
Dec 20, 2023
Dec 23, 2024
Jul 16, 2020
Jan 8, 2025
Mar 2, 2020
Mar 24, 2021

Repository files navigation

Test tag genning RPM

Run from the fire!

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.