Skip to content
Prev 61979 / 63424 Next

GLFW [Was: Wayland Display Support in R Plot]

Duncan,

at least according to the docs GLFW doesn't really care - it will forward whatever OpenGL is available on the platform. In fact it says:

"By default it also includes the OpenGL header from your development environment. On some platforms this header only supports older versions of OpenGL. The most extreme case is Windows, where it typically only supports OpenGL 1.2."

so, really, OpenGL 1.2 is perfect.

You can request a minimal version, but don't have to, i.e., old versions are ok. I have tested libglfw3 (3.3.8) with OpenGL 1.2 (on macOS) and it worked just fine.

That said, both points were meant for the list in general - those are nice self-contained projects (add libwayland to Cairo and GLFW to rgl) for someone with spare time to contribute...

Cheers,
Simon