gl icon indicating copy to clipboard operation
gl copied to clipboard

OpenGL headless on linux (EGL)

Results 2 gl issues
Sort by recently updated
recently updated
newest added

Hi, i want to run opengl without x-server, and i find that our code is the python version of this link, https://developer.nvidia.com/blog/egl-eye-opengl-visualization-without-x-server/ But saddly that i can not run main.py...

Thank for your example,I find this error. Traceback (most recent call last): File "./main.py", line 26, in main() File "./main.py", line 18, in main if not ctx.initialize(WIDTH, HEIGHT): File "/test/liwei/PIFu-master/gl-master/libegl/context.py",...