/GlistApp

App project template for GlistEngine

Primary LanguageC++

GlistApp

App project template for GlistEngine

Developers can clone this repository to initialize a new GlistEngine game project. More information can be found on the readme page of GlistEngine repository.

Please clone this repo under glist/myglistapps in your GlistEngine installation directory.

For MacOS (XCode):

  • If you do not have Xcode, download and install before continuing the guide.

  • After cloning into the right directory, please run the "generate_glistapp_xcode.sh" with the following command in commandline

    sh generate_glistapp_xcode.sh

  • When Xcode opens the project, click on ALL_BUILD where it says ALL_BUILD > My Mac at the top center of the Xcode screen and select GlistApp.

  • Click on the run button at the top-left of the screen.