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 URL : http://bitbucket.org/djfroofy/miru/ (size: 7.2 MB)
commit 223: 30269ea36cb3
parent 222: bfd8a1b69de4
- cleaned up miru.input and made MouseControl and event dispatcher defaulttip
drew.smathers@gmail.com
4 months ago
View at rev
Miru /
filename size last modified message
docs   10 months ago
examples   4 months ago
miru   4 months ago
.hgtags 210 B 10 months ago Added tag 0.0.2 for changeset 9117efcc5a10
DEPENDS 216 B 11 months ago - componentization sweep + render stages
LICENSE 1.1 KB 11 months ago - applied MIT license
MANIFEST.in 210 B 11 months ago - Project files: MANIFEST.in etc
README 341 B 4 months ago - removed editor and updated README
euclid.py 60.9 KB 4 months ago - bump
setup.py 1.4 KB 4 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