Mash - README
===============================================================================

Mash is a small library for using real 3D models within a Clutter
scene. Models can be exported from Blender or other 3D modelling
software as PLY files and then used as actors. It also supports a
lighting model with animatable lights.

REQUIREMENTS
-------------------------------------------------------------------------------

Mash currently requires:

  • Clutter >= 1.2.0

Mash can also optionally depend on Mx >= 1.1.0. This is only used in
the lighting example so it is not neccessary for the library.

For lighting, Mash requires GLSL shader support.

RESOURCES
-------------------------------------------------------------------------------

The official Mash website is:

   http://wiki.clutter-project.org/wiki/Mash

The API reference for the latest stable release is available at:

   http://docs.clutter-project.org/docs/mash/

New releases of Mash are available at:

   http://source.clutter-project.org/sources/mash/

New bug page on Bugzilla:

   http://bugzilla.clutter-project.org/enter_bug.cgi?product=Mash

Development on Mash is done in a git repository at:

   git://git.clutter-project.org/mash

Mash is licensed under the terms of the GNU Lesser General Public
License, version 2.1 or (at your option) later.
