An open API service indexing awesome lists of open source software.

https://github.com/breakthrough/py-sdl2-glhf

Fast, embeddable OpenGL API access, and helper functions (e.g. mipmap generation for SDL textures) for PySDL2 programs. Can generate a lightweight dynamic wrapper, up to 50% faster than PyOpenGL, with no dependencies other than PySDL2. Public domain.
https://github.com/breakthrough/py-sdl2-glhf

Last synced: 1 day ago
JSON representation

Fast, embeddable OpenGL API access, and helper functions (e.g. mipmap generation for SDL textures) for PySDL2 programs. Can generate a lightweight dynamic wrapper, up to 50% faster than PyOpenGL, with no dependencies other than PySDL2. Public domain.

Awesome Lists containing this project

README

          

# py-sdl2-glhf
Fast, embeddable OpenGL API access, and helper functions (e.g. mipmap generation for SDL textures) for PySDL2 programs. Can generate a lightweight dynamic wrapper, up to 50% faster than PyOpenGL, with no dependencies other than PySDL2. Public domain.