
========================================


to compile:


method 1: using qmake (cross plateform) :

$ qmake build_makefile.pro
$ make
$ ./test_main.sh


method 2: using cmake (cross plateform: can build MS Visual Studio project): 

$ cmake CMakeLists.txt
$ make (or make VERBOSE=1 if problem)
$ ./test_main.sh


method 3: using makefile for linux

$ make -f makefile_linux
$ ./test_main.sh


========================================

Complete Doxygen documentation in 
doc/doxygen_doc/html/index

========================================
Manipulation
========================================



Navigation with keys:

==========================
Space Displacement
==========================
  z    r
q s d  f

left mouse: rotate 
right mouse: scale 
shift+left mouse: translate in-plane 
shift+right mouse: translate out-of-plane 

==========================
View:
==========================
W: wireframe mode
F: filled mode
G: Grid mode
X: Print cursor coordinates
S: Draw spheres
V: Draw forces
Q: exit

==========================
Run:
==========================
R: Start/Stop simulation
T: Start/Stop add spheres
I: Compute isosurface
U: Create plane (+shift mouse left/shift mouse right)
==========================

