Skip to main content

Questions tagged [glfw]

GLFW is a cross-platform library for creating and interacting with windows with an OpenGL context.

1 vote
0 answers
77 views

I've been writing a renderer in C++ using OpenGL. Recently I wanted to implement indirect batch rendering using glMultiDrawElementsIndirect. When I try to test this ...
LaElijah's user avatar
0 votes
0 answers
361 views

I have not used Java in a while and thought I might try LWJGL with OpenGL and GLFW. I am using Apache Maven as a Build System. It lets me compile the program, but when I run it, it says: ...
Doggo4's user avatar
  • 1
1 vote
1 answer
164 views

Using GLFW to create the main window Example c++ ...
Blindman67's user avatar
0 votes
1 answer
1k views

I'm working on my game engine, and was faced with the fact, that i don't know how properly design an event system. As a pattern i choose Pub/Sub with an event bus, but i don't know where i should '...
qulop's user avatar
  • 3
6 votes
3 answers
2k views

I am creating a game using C and some libraries. I wish to not require my users to download anything but the game as most games are self contained. What is the usual process for compiling and ...
Lead Vaxeral's user avatar
0 votes
0 answers
219 views

I am making a game from scratch using OpenGl and GLFW. Since my motivation is to learn computer graphics, I am using my own explicit math functions for rotation and translation. My current rotation ...
Anmol Chauhan's user avatar
0 votes
1 answer
940 views

I'm using glfw's glfwGetTime() function to calculate my time between frames i.e deltaT but when I multiply my desired movement ...
Andrew Graham's user avatar
2 votes
0 answers
360 views

I'm using GLFW to create a full screen GL application. I'm running it on my Ubuntu 20.04 laptop that has a typical 1920:1080 display, at least that's the screen resolution reported under Settings->...
user256552's user avatar

15 30 50 per page
1
2 3 4 5
9