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.
- Host: GitHub
- URL: https://github.com/breakthrough/py-sdl2-glhf
- Owner: Breakthrough
- Created: 2016-06-14T00:07:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T00:07:37.000Z (over 9 years ago)
- Last Synced: 2026-01-28T01:46:18.600Z (16 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.