Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyOpenGl GLUT linux #78

Open
mzc421 opened this issue Nov 16, 2022 · 1 comment
Open

PyOpenGl GLUT linux #78

mzc421 opened this issue Nov 16, 2022 · 1 comment

Comments

@mzc421
Copy link

mzc421 commented Nov 16, 2022

I use the Linux system to install mesh and execute $make tests. I report an error. The error is NotImplementedError: Platform does not define a GLUT font retrieval function. The error is said to be the GLUT problem of plopengl. How can I solve this problem

@excalamus
Copy link

Upstream (i.e. pyopengl) suggests Debian-based systems run the following:

sudo apt-get install libosmesa6
export PYOPENGL_PLATFORM=osmesa

Does that help?

Reference: mcfletch/pyopengl#71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants