You are applying printf's decimal integer formatting (%d) to the values of type "double",...
You are applying printf's decimal integer formatting (%d) to the values of type "double",...
%d is for integers, use %f. To get integers floor the result. Doubles is because...
%d is for integers, use %f.
Hi! Not a GLFW issue. I've compiled it on Xubuntu 15.04 64-bit. All OK. BTW, why...
Maybe OP just wanted his own window decorations - title bar, window buttons - and...
Try to set window position twice like this: glfwSetWindowPos(mainwindow, posx, posy);...
Try to set window position twice like this: glfwSetWindowPos(mainwindow, posx, posy);...
Try to set window position twice like this: glfwSetWindowPos(mainwindow, posx, posy);...
Switching to fullscreen and back is a painful process (no matter what library you...
Switching to fullscreen and back is a painful process (no matter what library you...
Look here. My be your problem is this: https://www.opengl.org/wiki/Common_Mistakes...
You don't have to recreate resources (load all textures and models again, for example)...
i'm not using sleep function: void renderfps(int framerate) { currentTime = glfwGetTime();...
Download CMake for Windows http://www.cmake.org/cmake/resources/software.html Install...
Download CMake for Windows http://www.cmake.org/cmake/resources/software.html 2.Install...
install cmake and run it set path to GLFW source (root of source tarball, not folder...
install cmake and run it set path to GLFW source (root of source tarball, not folder...
install cmake and run it set path to glfw source (root of source tarball, not folder...
install cmake and run it set path to glfw source (root of source tarball, not folder...
Hi mosesr! For GLFW 2.x you must include "glfw.h", not "glfw3.h". But even if you...
Glad to be slightly involved in making world better :)
Done :)
Thanks, Doug! It will be $3/week then. I'm also would like to donate $100 for the...
Hi, all! Camilla, how we (community) can help you financially? I didn't find any...
Hi, all! Camilla, how we (community) can help you financially? I didn't find any...
Hi, begre1929! Doug shows to you correct documentation link. You've just used wrong...
Hi, OandO. I've found how to insert source code in the posts. Just use several tildes...
Hi, OandO. I've found how to insert source code in the posts. Just use several tildes...
#include "glfw3.h" #include <stdlib.h> #include <stdio.h> static void key_callback(GLFWwindow*...
Sorry if i'm understood incorrectly, but what do you expect from such program? It...
Plain text for syntax, i presume. Hmm, nothing wrong with the code, it works for...
Show your code, please. EDIT: 99% it's not os related if samples runs fine. EDIT2:...
Show your code, please. EDIT: 99% it's not os related if samples runs fine.
Show your code, please.
Done!
Hi All! This is my first post. First words: GLFW - awesome library! Keep up a good...
Hi All! This is my first post. First words: GLFW - awesome library! Keep up a good...