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

New 3D colliders, like parallelepiped and spheres

Open bilhox opened this issue 2 years ago • 1 comments

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.

bilhox avatar Jul 10 '23 21:07 bilhox

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.

itzpr3d4t0r avatar Jul 22 '23 11:07 itzpr3d4t0r