Metadata-Version: 2.1
Name: pykotorgl
Version: 2.0.0
Summary: OpenGL rendering module for PyKotor - renders KotOR modules and scenes.
Author: NickHugi
Maintainer-email: th3w1zard1 <halomastar@gmail.com>
License: LGPL-3.0-or-later
Project-URL: Homepage, https://github.com/th3w1zard1/PyKotor
Project-URL: Documentation, https://github.com/th3w1zard1/PyKotor/wiki
Project-URL: Repository, https://github.com/th3w1zard1/PyKotor.git
Project-URL: Issues, https://github.com/th3w1zard1/PyKotor/issues
Project-URL: Changelog, https://github.com/th3w1zard1/PyKotor/releases
Keywords: kotor,kotor1,kotor2,tsl,opengl,rendering,3d,graphics,mdl,mdx,model,scene,pykotor,bioware
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pykotor>=2.0.0
Requires-Dist: numpy>=1.22
Requires-Dist: PyOpenGL~=3.1
Requires-Dist: PyGLM<2.8,>=2.0; platform_python_implementation == "CPython"
Provides-Extra: gl-accel
Requires-Dist: PyOpenGL-accelerate>=3.1.10; extra == "gl-accel"
Provides-Extra: moderngl
Requires-Dist: moderngl>=5.8.0; extra == "moderngl"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"

A Python library that can render most modules from the game Knights of the Old Republic and its sequel.
