Game examples for PolyEngine - study project developed by KNTG Polygon, licensed under a permissive MIT license.
- Clone PolyEngine repository and this repository to your computer
- Make sure you have Python 3.6 installed
- On *nix platforms install all missing dependancies (for Ubuntu 18.04 you can use Scripts/ubuntu18.04_install_dependencies.sh)
- Go to
<EngineRepository>/PolyEngine/Scripts/
- Run
py ProjectTool.py -u <ExamplesRepository>/<GameName>
. This will create make/sln file in<ExamplesRepository>/<GameName>/Build
. - Windows: Open
<GameName>.sln
and set project<GameName>
as startup project. Compile and Run! - *nix: Go to make file location and run make. Go to
./<GameName>
folder and runPolyStandalone
.
- master - main branch of the project, intended for stable, tested versions of the examples. Releases will be additionally tagged. Guaranteed to be rebase/force-push free.
- dev - branch intended for pull request integration and stability testing. Guaranteed to be rebase/force-push free.
Other branches can be removed, renamed or rebased anytime.