pygame-community / pygame-geometry

🐍🎮-🔷 pygame with polygons, circles, lines, and raycasting
GNU General Public License v3.0
25 stars 11 forks source link

New 3D colliders, like parallelepiped and spheres #214

Open bilhox opened 1 year ago

bilhox commented 1 year ago

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 Parallepiped (cannot be rotated). It would help us making easily collisions in an isometric environment. Technically it can be done Python, but the goal is also performances.

itzpr3d4t0r commented 1 year ago

Hello and thanks for the suggestion. For now the project is strictly 2D-oriented but i don't exclude that in the future more complex colliders may be implemented.

It's importat to note that since this project will be ported to the pygame-ce repo, further additions may be suggested there instead of here. This is unless the pygame organization decides to keep this repository indefinitely, or the porting is unsuccessful and functionality has to stay here.