Metadata-Version: 2.1
Name: pyphys
Version: 0.0.1
Summary: pygame based physics engine for better 2D simulations
Home-page: https://github.com/oxhagolli/pyphys
Author: Orens Xhagolli
Author-email: orens.xhagolli@hotmail.com
License: UNKNOWN
Description: # py2d
        
        2D Python game library built on top of pygame for faster and better
        physics simulation. Primarily, we are concerned with better collision
        detection both in terms of speed and unnecessary expansion of bounding
        boxes, skip-frame handling and a higher level of control.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
