Metadata-Version: 1.1
Name: gltools
Version: 0.1.1
Summary: Library to create OpenGL based applications
Home-page: http://github.com/tenko/gltools
Author: Runar Tenfjord
Author-email: runar.tenfjord@gmail.com
License: GPLv2
Download-URL: http://pypi.python.org/pypi/gltools/
Description: **gltools** is library for quickly creating OpenGL based
        application in Python/Cython with support for:
        
         * Access to vertex buffers and GLSL shaders
         * Access to truetype fonts
         * Windows handling through GLFW
         * Saving framebuffer content to PNG file.
         * Simple GUI controls
        
        **History**
        
         * v0.1.1 : Added missing files in source distribution
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires: geotools
