Top "Glfw" questions

GLFW is a free, Open Source, multi-platform library for opening a window, creating an OpenGL context and managing input.

Installing GLFW on OSX

I've been all over the internet and I simply cannot find a way to install GLFW for OSX and use …

xcode macos installation glfw
Warning: corrupt .drectve at end of def file

I installed glew, glfw and glm in eclipse cdt(c++) with the gcc/mingw, all statically. All works fine, but …

opengl eclipse-cdt glfw glew
Make a model in Blender and load in opengl

I want to make a 3D model in Blender and load it in OpenGL. Can someone give a step-by-step approach …

c++ opengl blender glfw glm-math
Is there a way to remove 60 fps cap in GLFW?

I'm writting a game with OGL / GLFW in c++. My game is always running at 60 fps and without any screen …

c++ opengl frame-rate glfw vsync
Why is my OpenGL version always 2.1 on Mac OS X?

I'm using GLFW 3.0 on Mac OS X 10.8, graphic card is Intel HD Graphics 5000 And my OpenGL API version is 2.1, aquired …

macos opengl glfw
How do I create an OpenGL 3.3 context in GLFW 3

I've written a simple OpenGL 3.3 program which is supposed to render a triangle, based off of this tutorial, except I'm …

opengl glfw
Looking for a simple OpenGL (3.2+) Python example that uses GLFW

I am looking for a simple modern OpenGL (3.2+)example in Python. I tried with GLUT and freeGLUT, but I am …

python opengl glfw pyopengl
GLFW MinGW link error

I've been attempting to test out GLFW with C++ for quite a while and am having constant linker issues. I …

c++ compiler-errors qt-creator glfw mingw32
GLFW3 - Undefined reference to XRR

I am trying to compile a very simple OpenGL program that uses GLFW3. Despite linking everything I deem necessary, I'm …

c++ opengl glfw
Setting a GLFW window as not resizable

I have a GLFW3 window that I am trying to change from resizable to not resizable. I tried changing the …

opengl glfw