Florian Rhiem
Florian Rhiem
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...
I'm compiling glfw to include it in Python wheels for [a Python wrapper](https://github.com/FlorianRhiem/pyGLFW) and use the manylinux2010 and manylinux2014 docker images for this. This worked fine in 3.3.9, but now...
As a **software developer**, I want **to provide a signature along with RO-Crates my software exports** so that **users can verify that the RO-Crate is from my software and hasn't...