Skip to content

duongnb09/FlowVis

Repository files navigation

FlowVis

FlowVis is a visual analytic system for unsteady flow. The basic features of the software include Line integral convolution (LIC) texture generation, volume rendering, pathline tracing, local attribute computation, edge-bundling visualization based on time activity curves, attribute volume rendering.

Demo Video

user_interface
User interface of FlowVis

Prerequisites

QT 5.0 or newer
VTK 6.0 or newer
OpenGL

Build with CMake and GNU Make

Create a build directory inside the FlowVis project directory and configure the build using CMake to generate the Makefiles for GNU Make:

mkdir build && cd build
cmake -D CMAKE_BUILD_TYPE=Release ..

Then build the example executable named "FlowVis" using GNU Make:

make FlowVis

About

Unsteady flow analytics and visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published