Metadata-Version: 1.1
Name: vispy
Version: 0.1.0
Summary: Interactive visualization in Python
Home-page: http://vispy.org
Author: Vispy contributers
Author-email: vispy@googlegroups.com
License: (new) BSD
Download-URL: https://pypi.python.org/pypi/vispy
Description: 
        Vispy is a collaborative project that has the goal to allow more sharing
        of code between visualization projects based on OpenGL. It does this
        by providing powerful interfaces to OpenGL, at different levels of
        abstraction and generality.
        
        These layers are:
          * vispy.gl: raw OpenGL ES 2.0 API
          * vispy.oogl: Object oriented GL API
          * vispy.visuals: Higher level visualization objects (work in progress)
          * ... more to come
        
        Further, vispy comes with a powerful event system and a small
        application framework that works on multiple backends. This allows easy
        creation of figures, and enables integrating visualizations in a GUI
        application.
        
        For more information see http://vispy.org.
        
        
Keywords: visualization OpenGl ES medical imaging 3D plotting numpy bigdata
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Provides: vispy
