Skip to content

Open-source, cross-platform, C++ game framework/engine for creating 2D/3D mobile and desktop games.

Notifications You must be signed in to change notification settings

makeitTim/GamePlay

 
 

Repository files navigation

GamePlay v3.0.0 - Tim's Fork

GamePlay is an open-source, cross-platform native C++ game framework for creating 2D/3D mobile and desktop games.

Supported Platforms

NOTES

iOS

When archiving a project we now need to fix the project's build settings so Release includes deps library, same as Debug.

  • Linking / Other Linker Flags / Release / Any iOS Simulator SDK -- -L../../GamePlay/external-deps/lib/ios/x86
  • Linking / Other Linker Flags / Release / Any iOS SDK -- -L../../GamePlay/external-deps/lib/ios/arm

Also turn of bitcode in iOS project under Build options set 'Enabled Bitcode' to 'No'

About

Open-source, cross-platform, C++ game framework/engine for creating 2D/3D mobile and desktop games.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.2%
  • Objective-C++ 3.8%
  • GLSL 0.9%
  • C 0.7%
  • QMake 0.7%
  • CMake 0.6%
  • Other 1.1%