Skip to content
Update Getting Started authored by Moritz Brückner's avatar Moritz Brückner
......@@ -25,7 +25,7 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work
![Screenshot of the download button](images/download_khui.png)
> Make sure to unzip the file after download!
## Plain Kha
## Pure Kha
Open your project's `khafile.js` and add the following line:
......@@ -37,6 +37,10 @@ If your library folder is called differently, change the name in the `addProject
> Adding Khui as a library with `project.addLibrary()` alone will not work because Khui's `khafile.js` has to be loaded too in order to work - `project.addLibrary()` does not do this.
<details>
<summary>Minimal Example:</summary>
</details>
## Armory3D
In Blender, create a new text file and add the following line:
......
......