Skip to content

ucpu/cage-template

Repository files navigation

Cage Template

Template to start a new project using Cage game engine

Update submodules

git submodule update --init # pull the Cage
cd externals/cage
git checkout master # latest version of the engine
git submodule update --init --recursive # update engine dependencies

Customization

  1. Update this readme.
  2. Add your assets to the data folder.
  3. Update the source code and cmake files.
  4. Update your tests.

About

Template to start new project using Cage game engine

Resources

License

Stars

Watchers

Forks