mesh
mesh copied to clipboard
PyOpenGl GLUT linux
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
Upstream (i.e. pyopengl
) suggests Debian-based systems run the following:
sudo apt-get install libosmesa6
export PYOPENGL_PLATFORM=osmesa
Does that help?
Reference: https://github.com/mcfletch/pyopengl/issues/71