khamake
khamake copied to clipboard
Kha's build tool.
Currently it's not possible to require local scripts from within khafile.js. khafile.js ```js const myscript = require('./myscript.js'); let project = new Project('xxx'); ... ``` ``` Creating Kha project. { Error:...
Currently, when generating project names the resulting .hxproj ends up as something like `MyProject-html5.hxproj`, it would be nice if this could be overridden and allow a custom project name, for...
If you use `--watch` khamake won't recompile the project after making changes in a library added with `project.addLibrary`.
In my khafile: `project.addLibrary("haxe-crypto");` Output of khamake in project-flash.hxproj: ``` xml ```
Would be nice to haven an parameter that ignores timestamp on files, re-exporting even when they are already there in a seemingly newer version.
it would be nice if we could specify a specific haxelib version in the project.kha file
By default wav => mp3+ogg is generated. With `--ffmpeg ffmpeg`, anything => mp4+ogg is generated. Without `--ffmpeg`, but with specific encoder flags: `--ogg ffmpeg -nostdin -i {in} -b:a 96k -ar...
Someway this error can happen after running `node Kha/make html5`, at least with custom shader and `project.addShaders('myshaders')`. Removing `build` folder fixes it. ``` Compiling shader 3 of 4 (painter-mask.frag-glsl). Error:...