Metadata-Version: 1.1
Name: PyNgine
Version: 0.0.4
Summary: Minimalist 3D game engine
Home-page: http://alexrdp90.github.com/pyngine
Author: Alejandro Rodas
Author-email: alexrdp90@gmail.com
License: GPLv3
Download-URL: http://pypi.python.org/pypi/PyNgine
Description: 
        Pyngine is a minimalist component-based game engine for
        developing 3D indie games easily for Linux, Mac OS X and Windows.
        
        Features
        
        * Geom primitives such as Cubes and Spheres
        * Colliders and rigidbodies
        * Import OBJ files
        * ODE Physics engine
        * Wrappers and components to work with keyboard input and audio
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: Pygame
Requires: PyOpenGL
Requires: PyODE
