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 148: e2fc364d0c3e
parent 147: c1f0a7c76d17
child 149: 7db5b3aa2a69
- buggy AccumlationBuffer stuff (removing in next rev) defaultaccumbuffer
dre...@gmail.com
2 years ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
Miru /
filename size last modified message
docs  
examples  
miru  
DEPENDS 184 B 2 years ago - updated dependency document
LICENSE 1.1 KB 2 years ago - applied MIT license
MANIFEST.in 210 B 2 years ago - Project files: MANIFEST.in etc
README 205 B 2 years ago - Project files: MANIFEST.in etc
euclid.py 60.4 KB 2 years ago - added euclid
setup.py 1.3 KB 2 years ago - Project files: MANIFEST.in etc

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