pygame-geometry
pygame-geometry copied to clipboard
🐍🎮-🔷 pygame with polygons, circles, lines, and raycasting
Hello, As a game developper wanting to make isometric/top down games, I would like to use 3D colliders. What I suggest the most, is the creation of a 3D collider...
Right now the geometry.raycast function is compatible with Circles, Lines and Rects but not Polygons. It would suffice to have a simple implementation that just does N ray-Line raycasts for...
@Emc2356 has already done a PR that does exactly this, but not in what I hoped. https://github.com/novialriptide/pygame_geometry/pull/73 To recap, the function is supposed to create a polygon with sides of...
Closes part of #225.
Similar to Rect's https://pyga.me/docs/ref/rect.html#pygame.Rect.move_to.