Mercurial > touhou
log pytouhou/utils/matrix.pyx @ 424:f4d76d3d6f2a
age | author | description |
---|---|---|
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Make the Shader class use cython too. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet with our own Cython OpenGL wrapper. |
Thu, 22 Aug 2013 12:21:12 +0200 | Emmanuel Gil Peyrot | Remove the type of the self argument in extension types, as it clutters the code with useless information. |
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. |
Fri, 27 Jul 2012 18:43:48 +0200 | Emmanuel Gil Peyrot | Add a programmable pipeline renderer, and a --fixed-pipeline switch to use the old one. |