python3-pyglfw

Python bindings for GLFW

Description

This module provides Python bindings for GLFW. It is a ctypes wrapper which keeps very close to the original GLFW API, except for:

 * function names use the pythonic words_with_underscores
   notation instead of camelCase
 * GLFW_ and glfw prefixes have been removed, as their function
   is replaced by the module namespace
 * structs have been replaced with Python sequences and
   namedtuples
 * functions like glfwGetMonitors return a list instead of a
   pointer and an object count
 * Gamma ramps use floats between 0.0 and 1.0 instead of
   unsigned shorts
 * GLFW errors are reported as glfw.GLFWError warnings if no
   error callback is set
 * instead of a sequence for GLFWimage structs, PIL/pillow
   Image objects can be used

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/FlorianRhiem/pyGLFW


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pyglfw