python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Drawing A triangle with SDL2 and OpenGL
I am trying to make a game in C++ and using SDL2 with OpenGL.
When I try to draw a simple triangle to the opengl context with GLEW nothing is showing up. I haven't used opengl before.
Here is my code:...
Aries
Votes: 0
Answers: 1
Github workflow does not upload artifact
like the title describes, I am facing problems to upload artifacts using GitHub workflows.
the problem is:
Warning: No files were found with the provided path: bin. No artifacts will be uploaded.
at...
Hudson Schumaker
Votes: 0
Answers: 1
Build Box2D in x86 (Visual Studio)
Recently I implemented Box2D to our in-house game engine using C++11 and SDL2. A fresh install of Box2D will produce a x64 build. The engine had been built to run in x86 years prior so changing the ar...
Mr. Dr. Doom
Votes: 0
Answers: 1
SDL2 Funtions Cannot Be Found While Compiling
I get this error:
C:\Users\User\AppData\Local\Temp\cce4CTZf.o:window.cpp:(.text+0xe): undefined reference to `SDL_Init'
C:\Users\User\AppData\Local\Temp\cce4CTZf.o:window.cpp:(.text+0x42): undefined r...
Shrug
Votes: 0
Answers: 0