Skip to content
Adrian Vega edited this page Jun 10, 2015 · 17 revisions

Kha has several samples available for you to try!

The git urls are as follows:

git clone --recursive one of the projects - or if you want a fresh start, type: git clone --recursive https://github.com/KTXSoftware/Empty.git

A complete clone can take a while, because it contains the complete source history of all used libraries. You can omit the history by adding the --depth=1 parameter.

Navigate to the directory and execute node Kha/make flash. This will create a FlashDevelop project file in a build subdirectory. You can load and build this project directly. Development is usually done in Flash due to the excellent debugging support in FlashDevelop. When everything is done, call khamake again with a different parameter to build your project for a different system.

Currently supported parameters are:

  • windows
  • linux
  • android
  • windowsrt
  • osx
  • ios
  • html5
  • flash
  • wpf
  • xna
  • java
  • psm
  • dalvik
  • tizen
Clone this wiki locally