Skip to content

Python GLFW graphic library toolbox

License

Notifications You must be signed in to change notification settings

ppizarror/glfw-toolbox

Repository files navigation

glfw-toolbox

glfw-toolbox

Toolbox for glfw+OpenGL

@ppizarror License MIT Python 3.6

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

Install

glfwToolbox can be installed via pip. Simply run:

pip install glfw-toolbox

PyOpenGL-toolbox needs glfw, numpy, PyOpenGL, Pillow and matplotlib libraries.

Import

Import of this library is similar as PyOpenGL:

from glfwToolbox import *

License

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

Acknowledgments

Thanks to Daniel Calderón for providing many of the examples and shaders.

Author

Pablo Pizarro R. | 2019 - 2020