You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It enables to easily create ImGui applications in C++ and Python, under Windows, macOS, Linux, emscripten. It is aimed at application developers, researchers, and beginner developers who want to quickly get started.
ImFleDialog is a included in the widgets provided with it.
@dfranx: sorry to hijack the issues list for this, and feel to close this issue; as this is just for your information. I informed @ocornutyesterday, and I plan to communicate about it in the ImGui gallery in the next hours.
The text was updated successfully, but these errors were encountered:
My fork already supports python since you could either run the CLI with popen or call the library instead for better performance.
Running through a popen on Xorg or Wayland based platforms will need BEL characters "\a" removed from the stdout string otherwise the file paths returned will be incorrect.
Thanks for the link, that should be a good resource.
Depending on whether this would be acceptable to you, I'd like to make a special version which will remove sdl2 from the dependencies list. It will still use freetype because without it you won't be able to use anything besides English via the baked in imgui font, and lunasvg will be necessary as well for SVG freedesktop icon themes, and there is no real way around that other than reinventing the wheel and writing my own solution for those two things. If I removed sdl2 from the dependency list, and added freetype/lunasvg as git submodules coming from the original repositories and their authors, would that make it more acceptable?
It's ok if not, just wondering how we could make this work and whether a middle ground could be agreed on.
I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It enables to easily create ImGui applications in C++ and Python, under Windows, macOS, Linux, emscripten. It is aimed at application developers, researchers, and beginner developers who want to quickly get started.
ImFleDialog is a included in the widgets provided with it.
@dfranx: sorry to hijack the issues list for this, and feel to close this issue; as this is just for your information. I informed @ocornut yesterday, and I plan to communicate about it in the ImGui gallery in the next hours.
The text was updated successfully, but these errors were encountered: