pyopengl icon indicating copy to clipboard operation
pyopengl copied to clipboard

Repository for the PyOpenGL Project

Results 81 pyopengl issues
Sort by recently updated
recently updated
newest added

everythings in the title Cheers

With the 3.1.8 release, from source, I'm getting segfaults on the tests -- I tried Python 3.11 and 3.12, and even a install of the conda-forge package -- all segfault...

Hi, I'm running pygame + pyopengl on an orangepi zero2w. When I create an OpenGL ES 3.2 context, the returning version string does not fit to the parsing code. You...

This pull request includes several updates to the build and testing configuration to better support multiple architectures and improve clarity. The changes primarily affect the CI workflow, build scripts, and...

my os : windows11 x64. MSC v.1928 64 bit (AMD64) - Python 3.8.7 x64. PS D:\lhb\Code\Hexapod> pip install freeglut Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ ERROR: Could not find a version that...

## Added support for arm architectures and extended manylinux and musllinux versions - Windows on ARM - MacOS on arm - manylinux2014 (x86_64, i686, aarch64, armv7l) - manylinux_2_28 (x86_64, aarch64,...

- ubuntu-24.04-arm - ubuntu-22.04-arm https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/

I feel like this codepath should have been removed in https://github.com/mcfletch/pyopengl/commit/b4e6cc6ede33166419f5bd495a556be8511435ad But I guess holdovers are easy

The following error occurred when I imported PyOpenGL System: Ubuntu20.04 Python: 3.8.19 PyOpenGL and PyOpenGL_accelerate: 3.1.7 How could I fix it ![17351081238367](https://github.com/user-attachments/assets/7559f466-c803-428b-ba4e-6d8b2a7452c4)

Hi, thank you for your repo! I am currently trying to learn how to use PyOpenGL, and my code is as follows: ``` import numpy as np import OpenGL from...