pyGLFW
pyGLFW copied to clipboard
Python bindings for GLFW
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...
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,...