Metadata-Version: 2.0
Name: ModernGL
Version: 4.2.2
Summary: ModernGL: PyOpenGL alternative
Home-page: https://github.com/cprogrammer1994/ModernGL
Author: Szabolcs Dombi
Author-email: cprogrammer1994@gmail.com
License: MIT
Download-URL: https://github.com/cprogrammer1994/ModernGL/releases
Description-Content-Type: UNKNOWN
Keywords: ModernGL,modern OpenGL,OpenGL,PyOpenGL,visualization,ray-tracing,compute shader,shader,documentation,graphics,GLSL,GPU,GPGPU,nvidia,amd,GL,GLU,GLEXT,WGL,WGLEXT,ARB,GLX,2D,3D,CAD,design,video
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Unix
Classifier: Topic :: Artistic Software
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only

`ModernGL on github <https://github.com/cprogrammer1994/ModernGL>`_

`Documentation <https://moderngl.readthedocs.io/>`_

`Examples <https://moderngl.github.io/Examples.html>`_

OpenGL is a great environment for developing portable, platform independent,
interactive 2D and 3D graphics applications. The API implementation in Python
is cumbersome, resulting in applications with high latency. To solve this
problem we have developed ModernGL, a wrapper over OpenGL that simplifies the
creation of simple graphics applications like scientific simulations, small
games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL
requires a steep learning curve. In contrast, ModernGL is easy to learn and
use, moreover it is capable of rendering with the same performance and quality,
with less code written.

