Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 926 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 926 Bytes

Kha ImGui

Demo project, using linc_imgui bindings for ImGui library with Kha engine.

Dependencies

You'll need Node.js 8.0+ to build project.

HowTo

  • 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

Testing

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.