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 151: ba46d298b693
parent 150: 3608645919a9
child 152: 27b910893bc8
- componentization sweep + render stages defaultcomponentization
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  
.hgtags 53 B 2 years ago Added tag accumbuffer for changeset e2fc364d0c3e
DEPENDS 216 B 2 years ago - componentization sweep + render stages
LICENSE 1.1 KB 2 years ago - applied MIT license
MANIFEST.in 210 B 2 years ago - Project files: MANIFEST.in etc
README 204 B 2 years ago - componentization sweep + render stages
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