************************************************
* Deform Factors demo: External library folder *
************************************************

This folder contains a local copy of every library that Deform Factors demo uses
(apart from QT ones).

This is intended solely for your convenience, to help compiling the Deform Factors demo.

Please refer to the original library webpage for additional info and updated versions.

IMPORTANT: every library retains its own licence.


List of used libraries:

VCG library   --  http://vcg.sourceforge.net/
  "A library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes."
  Here, used only to define basic geometric types (classes Vec2, Vec3, Vec4, Mat3, Mat4, Quaternion).
  Local folder: libs/vcglib.
  Used version: Dec 1 2013
  Drastically incomplete copy provided. Refer to library website for the complete, updated copy.

EIGEN library -- http://eigen.tuxfamily.org/
  "A library for linear algebra: matrices, vectors, numerical solvers, and related algorithms."
  Here, used only by the VCG library for the basic geometric types (see above).
  Local folder: libs/eigenlib.
  Used version: 3.2
  Incomplete copy. Refer to library website for the complete, updated copy.

GLEW -- http://glew.sourceforge.net/
  "The OpenGL Extension Wrangler Library is a tool that helps C/C++ developers initialize extensions."
  Here, compiled and linked statically.
  Local folder: libs/glew.
  Used version: 1.10.0
  Incomplete copy. Refer to library website for the complete, updated copy.




