Skip to content

eliasbakken/mash

 
 

Repository files navigation

Note: During compiling, if you get the error
"libmash-0.2.la: file not recognized: File format not recognized"
search for --library in mash/Makefile and change it to 
mash-0.2

To make a debian package: 
dpkg-buildpackage -b -nc

./configure --prefix=/usr --libdir=/usr/lib/arm-linux-gnueabihf 

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://clutter-project.github.com/mash/

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

   http://clutter-project.github.com/mash/docs/

New releases of Mash are available at:

   https://github.com/clutter-project/mash/downloads/

New bug page on github:

   https://github.com/clutter-project/mash/issues/new

Development on Mash is done in a git repository at:

   git://github.com/clutter-project/mash.git

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

About

A library for rendering 3D models with Clutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.6%
  • Makefile 10.7%
  • M4 1.7%