WorldSimulator is an engine which can compute the position of the object throw time using custom forces. It can be used as an engine for video games for example. WorldSimulator does not provide or use any kinds of visual environment. It only give you some object from which you can extract position.
git clone https://github.com/MathisRvn/WorldSimulator.git
cd WorldSimulator
python3 setup.py install
check example files