pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

Can we get a new release?

Open TimSchneider42 opened this issue 7 months ago • 6 comments

Hi,

Pyrender is currently broken on Python 3.12 and 3.13 because of an issue with OpenGL 3.1.0, which got solved in some version up to 3.1.9. Commit 7c613e relaxes the version requirement and, thus, fixes this issue. Could we get a new release, so the fix is available on PyPi?

Best, Tim

TimSchneider42 avatar May 14 '25 17:05 TimSchneider42

Waiting for this great work to be updated.

Jiaviz avatar Jun 04 '25 09:06 Jiaviz

I suspect we won't hear back. I'm happy to push my fork (https://github.com/jasper-tms/pyrender) to pypi as pyrender2 if people want.

jasper-tms avatar Jul 20 '25 20:07 jasper-tms

I think this would great! Out of curiosity, are you generally interested in continuing to maintain pyrender?

TimSchneider42 avatar Jul 20 '25 20:07 TimSchneider42

Well this is the second time I've found myself being asked this sort of question recently, so I'll link to my previous answer which applies here too ;) https://github.com/ramonhagenaars/nptyping/issues/125#issuecomment-2632311249

jasper-tms avatar Jul 20 '25 20:07 jasper-tms

Hello,

I am the developer of a Python library for robotics called scikit-robot (https://github.com/iory/scikit-robot), and I have been using pyrender for its visualization features.

I believe that continuous testing and maintenance through GitHub Actions are crucial for the reliability of such libraries. For this reason, I've created a repository named scikit-robot-pyrender specifically to test and release a version of pyrender that is continuously verified via GitHub Actions. I've also added tests for recent Python versions, including 3.13. https://github.com/iory/scikit-robot-pyrender/blob/main/.github/workflows/test.yml

If you are interested, please feel free to take a look. You can find it here: https://github.com/iory/scikit-robot-pyrender.

iory avatar Sep 01 '25 02:09 iory

Thanks a lot for taking care of this @jasper-tms and @iory!

TimSchneider42 avatar Sep 12 '25 09:09 TimSchneider42