zhobo63 / imgui-ts

JavaScript bindings for Dear ImGui using Emscripten and TypeScript, modularized with webpack
MIT License
32 stars 6 forks source link

Update imgui to v1.90 #8

Open flowstate247 opened 4 months ago

flowstate247 commented 4 months ago

Imgui v1.80 is very outdated.

zhobo63 commented 1 month ago

thanks. There is a lot of work to do...

wadim-al commented 1 month ago

I've tried scapix and swig to generate auto bindings. Nothing worked. Maybe someone more experienced with cpp will try.

P.S. Looks like cimgui has working bindings generator, which outputs in lua and json formats. This can be potentially converted to emscripten idl. Which might allow automatic bindings generation along with .d.ts generation.