Top "Glfw" questions

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

GLFW get screen height/width?

Playing around with OpenGL for a while, using the freeglut library, I decided that I will use GLFW for my …

c++ opengl glfw
glfw3 error: DSO Missing from command line

I recently had to reinstall Linux Mint on my PC. I reinstalled all my libraries, such as GLFW and came …

c++ linux glfw
Lots of undeclared identifiers related to OpenGL using GLFW

I'm trying to set up an OpenGL project using GLFW in Visual c++ 2008 (Windows 7). I have added the GLFW include …

visual-c++ opengl glfw
glfw3 compiling undefined references

I have a problem with compiling my program which uses glfw3 library. I'm getting list of errors of undefined references …

c++ opengl gcc undefined-reference glfw
OpenGL GLFW: undefined reference to 'glfwInit'

I realize that this question has been asked many times on StackOverflow and on other sites; after reviewing these resources …

c++ opengl mingw glfw
C++ OpenGL, GLFW Drawing a simple cube

So, I am trying to draw a simple cube in openGL and GLFW. In the code below, I can draw …

c++ opengl glfw
Hiding mouse cursor with glfw

I'm working with a game made with glfW and running in Ubuntu. My problem is that hiding the mouse cursor …

c++ x11 glfw
How to build GLFW3 project on Linux?

I've compiled glfw3 and the included examples using cmake and make without problems. Onto writing my first project. Being new …

c cmake glfw
Small Haskell program compiled with GHC into huge binary

Even trivially small Haskell programs turn into gigantic executables. I've written a small program, that was compiled (with GHC) to …

haskell linker ghc static-linking glfw
cmake flags for opengl using glew and glfw

I have this simple code: #include <stdio.h> #include <stdlib.h> #include <GL/glew.h&…

opengl cmake glew glfw