pyopengl
pyopengl copied to clipboard
Repository for the PyOpenGL Project
Hi, thank you for your repo! I'm trying to run [MuJoCo](https://github.com/google-deepmind/mujoco) which uses PyOpenGL as graphic backend in a headless docker container nvidia/cudagl:11.4.2-runtime-ubuntu20.04. I find with EGL in PyOpenGL, my...
Hi, thank you for your hard work! I downloaded the release tarball for 3.1.8 from here (since it isn't tagged on PyPI) and attempted to build it. It did build,...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
As per https://github.com/cython/cython/issues/5089 This causes problems, like the current version (3.1.7) failing to build with this error: https://github.com/aio-libs/aiohttp/issues/7229 Builds succeeds once the Cython code is re-generated - ie: just install...
Hi, is it possible to add support for bindless textures? The Khronos registry says the extension is supported as of 4.0, but the extension doesn't look to be in the...