pygame-geometry icon indicating copy to clipboard operation
pygame-geometry copied to clipboard

🐍🎮-🔷 pygame with polygons, circles, lines, and raycasting

Results 26 pygame-geometry issues
Sort by recently updated
recently updated
newest added

The same as #183 but for Polygon objects.

type:new_api
submodule:polygon

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...

type:enhancement
submodule:geometry

@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...

type:enhancement
type:new_api
submodule:polygon
type:cleanup
priority:RELEASEBLOCKER

Closes part of #225.

type:new_api
submodule:circle

Similar to Rect's https://pyga.me/docs/ref/rect.html#pygame.Rect.move_to.

type:new_api
submodule:circle