mesh icon indicating copy to clipboard operation
mesh copied to clipboard

PyOpenGl GLUT linux

Open mzc421 opened this issue 2 years ago • 2 comments

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

mzc421 avatar Nov 16 '22 03:11 mzc421

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

excalamus avatar Dec 17 '22 04:12 excalamus