Blah. Spend a good number of times implementing my own vector and matrix library, only to find that numpy does it 10 times faster since it wraps C module. Boooo.
Working on Camera class. Once I have the camera class, I can slowly refactor the PyOpenGL.py demo into production code.
I've also updated the Exampleru page on the wiki. http://reflexblue.org/Avaclon/wiki/index.php/Example_Posteru
And of course, implementing the stupid __eq__ to override the base function, and keep debugging why obj != obj isn't calling my __eq__ for an hour. SIGH.