pthom / imgui_bundle

Dear ImGui Bundle: an extensive set of Ready-to-use widgets and libraries, based on ImGui. Start your first app in 5 lines of code, or less. Whether you prefer Python or C++, this pack has your back!
https://pthom.github.io/imgui_bundle/
MIT License
590 stars 62 forks source link

Try to build using Nuitka #199

Closed hugle closed 2 months ago

hugle commented 2 months ago

I was trying to build the example code imgui_example_glfw_opengl3.py into standalone app using Nuitka, but faced an issue when running the executable, I have raised the issue in Nuitka side:

Nuitka issue?

Has anybody encountered this before?

pthom commented 2 months ago

Hello, I don't have any experience with Nuitka, sorry.

hugle commented 2 months ago

Thanks for the awesome project @pthom , I can package examples using hello_imgui without issue using Nuitka. The glfw example runs fine, but maybe some hidden packaging process is required from Nuitka when dealing with glfw.