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
Just for your information: I just created a Linux Build (Ubuntu 25.4). It took me some hours to sort out all issues but now it works. Besides some minor things like missing Raleway-Fonts and including "#include <algorithm>" in some Header Files I had to rename the "Font" class to "GameFont" whereever it appears. From what I understood a class with the name "Font" gets into conflict with an existing X11 class.
Ahh, and I included SDL_Delay(16) in the main loop of the program because otherwise my CPU load is too heavy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Very nice project, congratulations!
Just for your information: I just created a Linux Build (Ubuntu 25.4). It took me some hours to sort out all issues but now it works. Besides some minor things like missing Raleway-Fonts and including "#include <algorithm>" in some Header Files I had to rename the "Font" class to "GameFont" whereever it appears. From what I understood a class with the name "Font" gets into conflict with an existing X11 class.
Ahh, and I included SDL_Delay(16) in the main loop of the program because otherwise my CPU load is too heavy.
Sound and Music cannot be activated yet, correct?
Beta Was this translation helpful? Give feedback.
All reactions