pyGLFW icon indicating copy to clipboard operation
pyGLFW copied to clipboard

Python bindings for GLFW

Results 3 pyGLFW issues
Sort by recently updated
recently updated
newest added

When running python code which uses pyGLFW in debug mode the error attached in the image is shown. it happens since the code in `version_checker_source` cant even compile in python3,...

The GLFW API uses the Vulkan types `VkInstance`, `VkPhysicalDevice`, `VkAllocationCallbacks`, `VkSurfaceKHR` and `VkResult`. pyGLFW wraps these types using `ctypes.c_void_p` (except for `VkResult`, which is wrapped as a `ctypes.c_int`). To make...

enhancement

This is in version 2.7.0 of the pyGLFW package, against version 3.4.0 of glfw. I have manually searched for and removed any other versions of glfw on my (Debian unstable,...