Package pygravity
pygravity is a library for simulating gravity in Python It is written in Cython, for speed.
Expand source code
"""pygravity is a library for simulating gravity in Python
It is written in Cython, for speed."""
__version__ = '1.0.0'
__author__ = 'Gaming32'
Sub-modules
pygravity.math
-
Common math functions for pygravity …
pygravity.twod
-
This is the 2D implementation of pygravity …