There are two ways to work with Kha, the "haxelib" way and the "standalone" way. The haxelib way is familiar to existing Haxe users. The standalone way allows a project's whole environment to be maintained without accidentially losing important dependencies, and so it is less dependent on the "Haxe ecosystem".
In both cases, your workflow after installation is:
- Run khamake to compile the assets and project metadata for a target platform(html5, windows, etc.)
- Test and debug using additional compilers and IDEs appropriate to your target(e.g. Visual Studio, Unity editor, browser).