README
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 21 Jul 2009 09:57:31 -0700
changeset 16 bff3d7c294ff
parent 11 b4cd9b9d6ca5
permissions -rw-r--r--
Fixed lights and spheres according to Martin's instructions

VEFViewer is written by Dmitriy Morozov <morozov@cs.duke.edu>.

It uses Qt4, libQGLViewer, and cmake for building. It is licensed under GPL.

To build (on Linux):
cmake . (alternatively, mkdir build && cd build && cmake ..)
make