You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run executable downloaded from here (github), it works perfectly at 60 FPS, but if I compile it on my laptop with MinGW, it runs only at 30 FPS.
I am using this command: g++ *.cpp -o Test.exe -L. -ljpeg -llibc -lopengl32 -lglu32 -lwinmm -lgdi32 -mwindows
(It writes much warnings, but I get the executable Test.exe)
Code is exacly the same as here
Can I do it better to get more FPS? What am I doing wrong?
The text was updated successfully, but these errors were encountered:
ghost
changed the title
BSP Loader Part6: Low FPS when compiling in MinGW
BSP Loader Part6: Low FPS when compiling with MinGW
Dec 5, 2016
If I run executable downloaded from here (github), it works perfectly at 60 FPS, but if I compile it on my laptop with MinGW, it runs only at 30 FPS.
I am using this command:
g++ *.cpp -o Test.exe -L. -ljpeg -llibc -lopengl32 -lglu32 -lwinmm -lgdi32 -mwindows
(It writes much warnings, but I get the executable Test.exe)
Code is exacly the same as here
Can I do it better to get more FPS? What am I doing wrong?
The text was updated successfully, but these errors were encountered: