nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.61k stars 610 forks source link

(Question) What backends does GLEW support? #413

Closed hardBSDk closed 1 month ago

hardBSDk commented 1 month ago

GLEW seems to have a dependency on X11, but is it mandatory?

nigels-com commented 1 month ago

There is also EGL mode, if I recall correctly. https://github.com/nigels-com/glew/blob/master/config/Makefile.linux-egl

hardBSDk commented 1 month ago

@nigels-com Thanks for the answer!

hardBSDk commented 1 month ago

@nigels-com I saw a GNU Make flag to build GLEW for OSMesa, this is what I wanted.