Metadata-Version: 2.1
Name: cygl
Version: 1.0a0
Summary: A cython wrapper for opengl.
Author-email: Marc Culler <culler@users.noreply.github.com>, "Nathan M. Dunfield" <nathan@dunfield.info>, Matthias Görner <enischte@gmail.com>
Maintainer-email: Marc Culler <culler@users.noreply.github.com>, "Nathan M. Dunfield" <nathan@dunfield.info>, Matthias Görner <enischte@gmail.com>
Project-URL: Homepage, https://github.com/3-manifolds/cygl
Project-URL: Bug Tracker, https://github.com/3-manifolds/cygl/issues
Keywords: OpenGL,cython,wrapper
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Widget Sets
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

CyGL
====

CyGL is a companion package to TkGL.  It provides a Cython-based OpenGL client
which can be used to make a working application with a TkGL rendering surface.

This project is currently only a skeleton.  This README will be expanded once
the project is functional.
