pthom / imgui_bundle

Your fast track to powerful GUIs: Dear ImGui Bundle, an extensive toolkit for Python and C++ with immediate mode efficiency.
https://pthom.github.io/imgui_bundle/
MIT License
703 stars 73 forks source link

How to compile a python imgui_hundle based interface program to WebAssembly? #246

Closed JuYouHhl closed 2 months ago

JuYouHhl commented 2 months ago

I use imgui_hundle to design a desktop application based on python. Does imgui_hundle provide the ability to convert the python application into a web application that can be run in a browser? I have learned that imgui can be implemented on the web through emscripten.

pthom commented 2 months ago

Hello Unfortunately only the C++ version can be ported to the web via emscripten