Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 844 Bytes

File metadata and controls

29 lines (25 loc) · 844 Bytes

ModelViewer

Build Status

Continuation of ModelLoader with VTK & Qt powered model visualisation software. This software has the capability to load STL files and the proprietary model format parsed in ModelLoader and view them.

Documentation can be found here.

Setup

mkdir build
cd build
cmake ..
make -jN # N specifies number of threads to make with

Documentation can be generated by running:

doxygen Doxyfile

This can be found in the build/html folder.

Running

Program can be run by using this command:

./ModelViewer

Unit tests can be run by using:

make test