punyverse/punyverse
Quantum 3fdef85957 Implemented normal mapped sphere in Cython.
Also:
 * Writes directly into the bytes object instead of malloc'ing.
 * Converted all OpenGL functions to nogil.

Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
2013-11-25 16:34:21 -05:00
..
assets Upgraded the normal map to 2048x1024. Should look better. 2013-11-21 23:22:24 -05:00
__init__.py Initial version. 2013-10-22 20:38:37 -04:00
__main__.py Added support for older launchers. 2013-11-06 17:32:31 -05:00
__main__.pyw Added launcher generation and fixed all imports. 2013-10-29 18:52:35 -04:00
_cyopengl.pxi Implemented normal mapped sphere in Cython. 2013-11-25 16:34:21 -05:00
_glgeom.pyx Implemented normal mapped sphere in Cython. 2013-11-25 16:34:21 -05:00
_model.pyx Backported all of Cython model loader to Python. 2013-11-23 12:36:27 -05:00
camera.py Added better handling of orbits. 2013-10-28 22:03:49 -04:00
entity.py Added a sort of corona effect. 2013-11-02 15:00:47 -04:00
game.py Objects no longer flicker when being far (10x improvement). Close objects are not displayed very well. 2013-11-21 16:45:38 -05:00
gencheap.bat Added Mercury and Venus. 2013-10-31 18:51:04 -04:00
glgeom.py Implemented normal mapped sphere in Cython. 2013-11-25 16:34:21 -05:00
model.py Backported all of Cython model loader to Python. 2013-11-23 12:36:27 -05:00
orbit.py Added handling of inclination, longitude of ascending node, and argument of periapsis. 2013-10-26 11:48:58 -04:00
texture.py Added normal map for earth as proof of concept. 2013-11-21 20:47:29 -05:00
world.json Added normal map for earth as proof of concept. 2013-11-21 20:47:29 -05:00
world.py Added normal map for earth as proof of concept. 2013-11-21 20:47:29 -05:00