[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] geometry library



On Wed, 4 Jul 2007, Michael George wrote:
> I was wondering if anyone can suggest a good 2D computational geometry
> library for use with pygame. 

http://code.google.com/p/pyeuclid/
  "Vector, matrix and quaternion classes for use with 2D and 3D games and
  graphics applications. Compatible with Pygame."

http://cheeseshop.python.org/pypi/gameobjects
  This library also implements vector and matrix classes, but I don't believe
  it has the intersection functionality implemented by pyeuclid.


     Richard