An application for viewing 3D models, with their display settings.
To build, you need to have qmake on your device.
$ git clone https://github.com/ksilisk/3DViewer.git
$ cd 3DViewer
$ make install
Unit tests with check.h C library.
$ cd 3DViewer
$ make test
Documentation is generated using Doxygen. Before use, you need to change the INPUT value in the Doxygen file.
$ cd 3DViewer
$ make dvi
Test coverage is estimated using lcov.
$ cd 3DViewer
$ make gcov_report
The archive is built using tar.
$ cd 3DViewer
$ make dist
Developers: Shaliko Salimov (@wormbett), Sergei Mahinov (@yuehbell), Alexey Yablokov (@earthcar)