Spelunking-Studios / The-Caverns-Original

An exploration ARPG game made in python with pygame
2 stars 1 forks source link

Add a 2D Physics Library #14

Open https123456789 opened 2 years ago

https123456789 commented 2 years ago

We need a physics library. Perhaps pymunk?

LGgameLAB commented 2 years ago

I just happened to review pymunk an hour before seeing this. Yes it should work well (It uses C hehe) but we'll need to wrap it into pygame since it uses cartesian coordinates.

LGgameLAB commented 2 years ago

https://www.pymunk.org/en/latest/pymunk.pygame_util.html#pymunk.pygame_util.positive_y_is_up

Here is good help