Metadata-Version: 1.1
Name: smallshapes
Version: 0.6.0
Summary: A simple engine that implements mathematical shapes of small dimensionality
Home-page: UNKNOWN
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/fabiommendes/smallshapes.svg?branch=master
            :target: https://travis-ci.org/fabiommendes/smallshapes
        
        .. image:: https://coveralls.io/repos/github/fabiommendes/smallshapes/badge.svg?branch=master
            :target: https://coveralls.io/github/fabiommendes/smallshapes?branch=master
        
        `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: any
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: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
