python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
opengl window initialization issue
I'm trying to encapsulate GLFW in a class to make my code cleaner.
So in my class, I've made the basic window creation but when I execute the program, it always enter in the if statement where I check...
samuel potter
Votes: 0
Answers: 1
OpenGL can't create window object
I've bee trying to make a class for a window and I'm not sure why this error shows up.
I've been also trying to add the functions and everything else manually into the "main.cpp" file to che...
Tecleanu Ionut
Votes: 0
Answers: 0
OPENGL C++ tiles rendered with small gaps between them
I have been attempting to recreate my pygame RPG in c++ due to performance problems in pygame. I have started rendering tiles. However when these tiles rendered if you go into full screen, you can see...
William Redding
Votes: 0
Answers: 2
Rust: x86_64-w64-mingw32/bin/ld.exe: cannot find -lglfw3
I'm trying to use GLFW with rust on windows and I'm getting this error upon running the program:
error: linking with `x86_64-w64-mingw32-gcc` failed: exit code: 1
|
= note: "x86_64-w64-mingw3...
Harper Davis
Votes: 0
Answers: 1