PortsMaster / PortMaster-New

New PortMaster repo
https://www.portmaster.games
MIT License
69 stars 70 forks source link

Add ClassiCube Port #595

Closed lunastudio-art closed 1 month ago

lunastudio-art commented 1 month ago

New Port for ClassiCube

Game Information

Submission Requirements

CFW Tests

Ensure your game has been tested on all major CFWs:

Resolution Tests

Test all major resolutions:

File Structure

Additional Resources

For an in-depth guide on creating a pull request, refer to: PortMaster Game Packaging Guide

UnknownShadow200 commented 1 month ago

Just FYI that with only make sdl2 you are compiling an unoptimised debug binary - you may want to do make sdl2 RELEASE=1 instead

Also just wondering, but is there a reason for going through gl4es instead of using OpenGL ES directly?