Skip to content
master
Go to file
Code

Latest commit

Dependency, build and run instructions
7afa686

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
VTK
Jul 15, 2017
of
Jul 15, 2017

README.md

DataVisualizations

Designed and implemented various interactive data visualization tools as part of class curriculum.

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

Scatterplot

Image of Scatterplot

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

Transfer Function

Image of Transfer Function

Vector Field

Image of Vector Field

You can’t perform that action at this time.