Skip to content

Latest commit

 

History

History
49 lines (49 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (49 loc) · 1.06 KB

InformationViz

Various information visualization tools

Scatterplot Matrix

Image of Scatterplot Matrix

Parallel Coordinates

Image of Parallel Coordinates

Hybrid Parallel Coordinates

Image of Hybrid Parallel Coordinates

Slice View

Image of Slice 1 Image of Slice 2

Isosurface

Image of Isosurface Image of Isosurface

Transfer Function

Image of Transfer Function

Vectors

Image of Vector Field

Dependency

  1. Openframeworks https://github.com/openframeworks/openFrameworks
  2. VTK http://www.vtk.org/download/

Build

cd <viz>
mkdir build
cd build
cmake ../CMakeLists.txt
cd ..
make

Example:

cd ScatterPlot
mkdir build
cd build
cmake ../CMakeLists.txt
cd ..
make

Run

cd <viz>
./bin/<viz>

Example:

cd ScatterPlot
./bin/ScatterPlot