There are two different ways of installing Koui. If you have Git installed, cloning Koui from Git is the preferred way. Otherwise, you can download it as an archive and manually put it into your project's folder.
## Git Version
## Git Version
-*Kha*: Go into your project's library folder (if it doesn't exist, create one called `Libraries`) and open a command line.
-*Kha*: Go into your project's library folder (if it doesn't exist, create one called `Libraries`) and open a command line.
...
@@ -30,7 +33,9 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work
...
@@ -30,7 +33,9 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work


> Make sure to unzip the file after download!
> Make sure to unzip the file after download!
# Pure Kha
# Usage
## Pure Kha
After installation, open your project's `khafile.js` and add the following line:
After installation, open your project's `khafile.js` and add the following line:
...
@@ -90,7 +95,7 @@ class Main {
...
@@ -90,7 +95,7 @@ class Main {
> There is no need to call a drawing function on each frame. Koui handles all of this for you!
> There is no need to call a drawing function on each frame. Koui handles all of this for you!
# Armory3D
## Armory3D
There is no need to add a entry to the `khafile.js`, Armory will pick it up automatically.
There is no need to add a entry to the `khafile.js`, Armory will pick it up automatically.