Skip to content

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

Releases

Packages

Contributors

Languages