Metadata-Version: 2.1
Name: PyOpenGL-toolbox
Version: 2.3.0
Summary: PyOpenGL toolbox
Home-page: https://github.com/ppizarror/pyopengl-toolbox
Author: Pablo Pizarro @ppizarror.com
Author-email: pablo.pizarro@ing.uchile.cl
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: pygame
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: pygame
Requires-Dist: PyOpenGL

pyOpenGL-Toolbox
==============

| Written for both Python 2.X and 3.X

Source repo on `github <https://github.com/ppizarror/pyopengl-toolbox>`__

Introduction
------------

PyOpenGL toolbox that contains several functions to init OpenGL, create models,
load textures, create vectors, load OBJ, GEMH files, etc.

Install Instructions
--------------------

pyOpenGL-Toolbox can now be downloaded via pip. Simply run pip install
pyOpenGL-toolbox.

Dependencies
~~~~~~~~~~~~

This library is dependant on the following

-  `Pygame <http://www.pygame.org/download.shtml>`__
-  numpy
-  Pillow

Contributors
------------

Ideas and contributions are always welcome. Any found bugs or
enhancement suggestions should be posted in the issues tab.

Aditional Information
---------------------

Licensing
~~~~~~~~~

| This project is distributed using the MIT license.
| For more licensing information read LICENSE on github.

Contact Info:
~~~~~~~~~~~~~

This project does not have a mailing list and so the issues tab should
be the first point of contact if wishing to discuss the project. If you
have questions that you do not feel are relavent to the issues tab or
just want to let me know what you think about the library, feel free to
email me.

Email: pablo.pizarro@ing.uchile.cl

