Skip to main content

pylygon

a polygon object for python


Chandler Armstrong
(omnirizon)
a polygon object with rotation and collision detection methods.

notable algorithms and implementations:
graham-scan convex hull
separating axis theorem
GJK
GJK-based raycast

Changes

Links

Home Page
http://code.google.com/p/pylygon/

Releases

pylygon 1.3.0rc — 19 Jan, 2012

pylygon 1.2.0rc — 6 Jul, 2011

pylygon 1.0 — 14 Dec, 2010

Pygame.org account Comments

  • Kaliber64 2012-04-09 12:16:10

     Finally a simple collision module for python. Making my own has been a nightmare and full of inaccurate hacks.