Metadata-Version: 1.1
Name: pi3d
Version: 2.48
Summary: pi3d OpenGLES2 3D graphics library
Home-page: http://pi3d.github.com/html/index.html
Author: Tim Skillman, Paddy Gaunt, Tom Ritchford
Author-email: patrick@eldwick.org.uk
License: MIT generally but see docstrings in specific files
Description: Introduction to pi3d
        ====================
        
        pi3d is a Python module that aims to greatly simplify writing 3D in Python
        whilst giving access to the power of the Raspberry Pi GPU. It enables both
        3D and 2D rendering and aims to provide a host of exciting commands to load
        in textured/animated models, create fractal landscapes, shaders and much more.
        
        The pi3d module runs on platforms other than the Raspberry Pi (On Windows
        using pygame, on linux using the X server directly and on Android using
        python-for-android) and runs with python 3 as well as 2.
        The OpenGLES2.0 functionality of the Raspberry Pi or Android is used directly
        or via mesa or ANGLE on 'big' machines. This makes it generally *faster*
        and opens up the world of *shaders* that allow effects such as normal and 
        reflection maps, blurring and many others. It has various demos of built-in
        shapes, landscapes, model loading, walk-about camera and much more! See the demos
        on github.com/pi3d/pi3d_demos and experiment with them ..
        
        Documentation (instalation instructions): https://pi3d.github.io/html/ReadMe.html
        
        FAQ: https://pi3d.github.io/html/FAQ.html
        
        Demo programs: https://github.com/pi3d/pi3d_demos
        
        Source code: https://github.com/tipam/pi3d
        
        Book: http://paddywwoof.github.io/pi3d_book/
        
        Changelog: https://github.com/tipam/pi3d/blob/master/ChangeLog.txt
        
Platform: Raspberry Pi
Platform: Linux (requires X and mesa-utils-extra)
Platform: Windows (requires pygame and ANGLE dll_s)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment :: First Person Shooters
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
