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 224: 937441c05ed4
parent 223: 30269ea36cb3
- commented out missing tests defaulttip
dr...@kieru
6 months ago
View at rev
Miru /
filename size last modified message
docs  
examples  
miru  
.hgtags 210 B 16 months ago Added tag 0.0.2 for changeset 9117efcc5a10
DEPENDS 216 B 17 months ago - componentization sweep + render stages
LICENSE 1.1 KB 17 months ago - applied MIT license
MANIFEST.in 210 B 17 months ago - Project files: MANIFEST.in etc
README 341 B 10 months ago - removed editor and updated README
euclid.py 60.9 KB 10 months ago - bump
setup.py 1.4 KB 10 months ago - bump

README

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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