I’m recently interested in game programming UIs, and like Defold and it’s committment to making things easy and targetting web/desktop/consoles with great docs
I noticed that Defold has a Dear ImGUI extension, and also found a similar immediate mode GUI libarary, egui - written in rust - and egui seems like ImGUI the next generation, on quick review.
Is it possible to build a wasm library for egui, and use it in Defold?
I noticed that the ImGUI extension mentions cimgui, and implies that 1:1 bindings for a wasm lib could be generated, and used in Defold.
Has this been done already, or if not, any suggestions? Thanks for your time !