djfroofy / Miru

Miru is a set of graphics extensions to pyglet enabling easier development of OpenGL-based applications in Python. Features include camera, lighting and advanced texture mapping abstractions. There is also support for loading Wavefront OBJ files.

Clone this repository (size: 7.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/djfroofy/miru/
commit 231: 067d37f172d0
parent 230: 365e0b30de1a
added example of texture coordinate manipulation on VertexList defaulttip
dr...@kieru
8 months ago
View at rev
Miru / docs /
filename size last modified message
demo  
miru_guide  
build-guide.sh 100 B 2 years ago - PositionalLight debugging and example
rst2html-pygments.py 2.0 KB 2 years ago - PositionalLight debugging and example

README

Currently Miru does not have any external documents.
Example application can be found in examples directory.

See DEPENDS for a list of dependecies used by Miru.

To run examples as user acceptance tests:

   python examples/runftests.py

Use trial to run unit tests (including results gathered
from user acceptance tests):

   trial miru