Skip to content

BSP Loader Part6: Low FPS when compiling with MinGW #2

Description

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions