ppizarror / pyopengl-toolbox

PyOpenGL toolbox, adds cameras, figures, helpers and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyOpenGL-toolbox

PyOpenGL-toolbox

Toolbox for Pygame+OpenGL

@ppizarror License MIT Python 2.7 Python 3.6

Toolbox for Pygame+OpenGL, contains libraries for setting Cameras, creating figures, loading textures, load shaders, mathematical libraries to create Point, Vectors, etc.

Install

PyOpenGL toolbox can be installed via pip. Simply run:

pip install PyOpenGL-toolbox

PyOpenGL-toolbox needs pygame, numpy and Pillow.

Import

Import of this library is similar as PyOpenGL:

from PyOpenGLtoolbox import *

License

This project is licensed under MIT [https://opensource.org/licenses/MIT/]

Author

Pablo Pizarro R. | 2015 - 2019

About

PyOpenGL toolbox, adds cameras, figures, helpers and more

License:MIT License


Languages

Language:Python 98.3%Language:GLSL 1.7%