Mercurial > touhou
log pytouhou/ui/renderer.pyx @ 423:d8630c086926
age | author | description |
---|---|---|
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet with our own Cython OpenGL wrapper. |
Wed, 12 Jun 2013 18:30:08 +0200 | Emmanuel Gil Peyrot | Refactor the maths functions out of Renderer. |
Wed, 12 Jun 2013 16:07:22 +0200 | Emmanuel Gil Peyrot | Remove indirect access to Matrix values. |
Wed, 12 Jun 2013 16:03:30 +0200 | Emmanuel Gil Peyrot | Don’t render null-sized arrays of elements. |
Tue, 12 Feb 2013 19:19:31 +0100 | Emmanuel Gil Peyrot | Make the background use a single vbo and offsets, just like the 2D code. |
Tue, 12 Feb 2013 18:20:49 +0100 | Emmanuel Gil Peyrot | Move the background rendering code to pytouhou.ui.renderer. |