Top "Glfw" questions

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

How to build & install GLFW 3 and use it in a Linux project

GLFW3 Last night I was working late trying to build the GLFW 3 packages for Linux from source. This process took …

linux build installation cmake glfw
Linking error: DSO missing from command line

I am rather new to Linux (using Ubuntu 14.04 LTS 64bit), coming from Windows, and am attempting to port over an …

linux linker x11 glfw nvcc
difference of freeglut vs glew?

I've recently started learning OpenGL (> 3.3) & I've noticed a lot of examples & tutorials use both freeglut & glew, …

opengl glew freeglut glfw
OpenGL 3.3/4.1 on Mac OSX 10.9 using GLFW library

I’m trying to use OpenGL 3.3/4.1 on my Mac OSX 10.9 now that its finally available. I’ve been using the …

macos opengl glfw
Current state and solutions for OpenGL over Windows Remote

OpenGL and Windows Remote don't play along nicely. Solutions for this are dependent on the use case and answers are …

opengl opengl-es sdl remote-access glfw
Proper way to link a static library using GCC

Why is it that some static libraries (lib*.a) can be linked in the same way that shared libraries (lib*.…

gcc linker static-libraries static-linking glfw
What is the difference between FreeGLUT vs GLFW?

My university started teaching a course which includes OpenGL programming. They make us use FreeGLUT to create a window and …

opengl glut glfw freeglut
Visual Studio 11 GLFW external symbol error

The basic code I use is the example from http://www.glfw.org/documentation.html I get this output: 1>…

c++ opengl visual-studio-2012 linker glfw
Pointing to a function that is a class member - glfw setKeycallback

I'm writing a glfw app, in which I've wrapped the function callse into a simple class. Im having trouble setting …

c++ class function pointers glfw
GLFW - Failed To Open A Window

As my hunt for a cross-platform framework/library went in progress, GLFW was mentioned many times. So, I decided to …

opengl window glfw