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

This branch is 32 commits ahead of, 157 commits behind gameplay3d/gameplay:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Geoff DavidsonGeoff Davidson
Geoff Davidson
and
Geoff Davidson
Apr 9, 2018
c1d43f3 · Apr 9, 2018
Jan 24, 2015
Nov 28, 2014
Apr 9, 2018
Dec 18, 2015
Jan 23, 2015
Jul 16, 2015
Jan 7, 2014
Dec 4, 2014
Jan 23, 2015
Jan 6, 2015
Feb 25, 2017
Jan 10, 2015
Nov 28, 2014
Feb 19, 2015
Nov 21, 2014
Jan 15, 2015
Jan 15, 2015
Feb 19, 2015

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%