ppizarror / glfw-toolbox

Python GLFW graphic library toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python GLFW graphic library toolbox

License:MIT License


Languages

Language:Python 98.8%Language:GLSL 1.2%