Skip to content

MuniuDev/PolyEngineExamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyEngineExamples

license

Game examples for PolyEngine - study project developed by KNTG Polygon, licensed under a permissive MIT license.

Running the examples

  1. Clone PolyEngine repository and this repository to your computer
  2. Make sure you have Python 3.6 installed
  3. On *nix platforms insall all missing dependancies
  4. Go to <EngineRepository>/PolyEngine/Scripts/
  5. Run py ProjectTool.py -u <ExamplesRepository>/<GameName>. This will create make/sln file in <ExamplesRepository>/<GameName>/Build.
  6. Windows: Open <GameName>.sln and set project <GameName> as startup project. Compile and Run!
  7. *nix: Go to make file location and run make. Go to ./<GameName> folder and run PolyStandalone.

Branches:

  • 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.

About

Example applications for PolyEngine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%