I am having some trouble using Pymunk. Consider the following scenario, where a ball and a surface have been created and are touching: import pymunk # Create sp
I want to calculate the Kinetic energy and potential energy of the ball I just Spawned inside a Pymunk space. I wanted to replicate this. Where the values chang