Metadata-Version: 1.1
Name: smallshapes
Version: 0.4.5.post2
Summary: A simple engine that implements mathematical shapes of small dimensionality
Home-page: https://github.com/fabiommendes/smallshapes
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: GPL
Description: `smallshapes` implements simple mathematical shapes and geometrical operations 
        in 2D, 3D and low dimensions. This library was created as in order to provide
        collision primitives to a game engine but may be useful in other contexts.
        
            * Implements AABB's, Circle and Convex Polygons.
            * More stuff in the future ;-)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
