Demo project, using linc_imgui bindings for ImGui library with Kha engine.
You'll need Node.js 8.0+ to build project.
- Clone:
git clone --recursive https://github.com/CoruNethron/KhaImGuiDemo
- Build command example:
cd KhaImGuiDemo
node Kha/make --compile windows -v vs2017
Executable will be in build/windows/ImGuiDemo.exe
Basic keyboard/mouse input was tested, as well as clipboard operations.
There may be bugs in demo project here and there. It's likely, that there is minor memory leak somewhere in Sources/ImGuiDemo.hx -> onRender()
Tested build under windows, using VS 2015 and 2017. But expected to build normally under Linux / MacOS as well.