Vector math library

Scott David Daniels scott.daniels at acm.org
Sat Dec 31 14:06:19 EST 2005


Martin Vilcans wrote:
> Hi, I'm new to this mailing list and fairly new to Python as well. I'm 
> working on a prototype for a 3D game using OpenGL, and take this 
> opportunity to learn Python better.
> 
> I'm looking for a good library for vector math. I need to do vector 
> addition, cross products, dot products etc. and probably in the future 
> I'll need matrix math as well.
> 

Take a quick look at VPython.  Should be great for breadboarding your
display and calculations.


-- 
-Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list