qMini
Author: Tamy Boubekeur
version: 0.1 (Mars 2011)

This simple program loads its OFF argument file and display it using
OpenGL 2.0 and simple Phong shader in GLSL. The GUI is supported by QT
4.xx and the viewer is managed by LibQGLViewer v2.3.

This program is free software published under the GNU General Public License (http://www.gnu.org/licenses/gpl.txt).

Compile
-------
LINUX 

Use the .pro file to compile under Linux ! Requires OpenGL, GLEW, QT4,
libQGLViewer and a graphics card supporting Shader Model 2.0. 

qmake qmini.pro
make release

WINDOWS

Open the .pro file with qcreator and adjust the path to the different
libraries in the project setting. Then use the compile command.


Run
---
LINUX

cd <dir-to-qmini>
./qMini <model.off>

Use '?' to print commands. 
A collection of OFF meshes is provided in the 'models' directory.

WINDOWS
Go to the release directory
Drag and drop an OFF file on qmini.exe
