Compiling the editor

  1. Download Haxe
  2. Get Kha
  3. Get Paddy-Editor:
     git clone --recursive https://github.com/BlackGoku36/Paddy-Editor.git
     cd Paddy-Editor
     git submodule foreach --recursive git pull origin master
                                    
  4. Now for compiling:
    • MacOS/Linux:
       # You can use Vulkan for linux (not tried), but use opengl for macos because of Zui's nodes bug.
       node Kha/make krom -g opengl
       path/to/krom_binary build/krom build/krom-resources
                                              
    • Windows:
       node Kha/make krom
       path/to/krom_binary build/krom build/krom-resources