-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
45 lines (27 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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.