Replies: 6 comments 14 replies
-
Hi Dee, I'm gonna transform this issue into a discussion inside discussions/ideas, as it will better fit as a discussion. Now, concerning those two:
A good idea. However, I recommend you take a look at the bindings for Portable File Dialogs. They are easy to use, and use the OS dialogs, which is what the final users want, IMHO. |
Beta Was this translation helpful? Give feedback.
-
Here's another one you could consider replacing, the colorized text editor. Since the current editor has some annoying bugs (like that you can't mouse-click to the end of a line), it is worth considering to replace with santaclose's fork. |
Beta Was this translation helpful? Give feedback.
-
Hi Dee, Concerning ImGuiColorTextEdit, I know that it is not maintained. I already added a list of interesting forks, and santaclose is part of them. However, what this fork changes is not well documented (apart from reading the commit log). As written in the forks.md file I suspect it mainly adds support for multicursor, auto-indentation and python. I think I took inspiration from for the python language support which I added in my fork. Concerning the mouse click at end of line, I fixed it about a month ago in pthom/ImGuiColorTextEdit@0708c7a I also improved the default color palette in pthom/ImGuiColorTextEdit@bc44d0a Concerning ImFileDialog's fork https://github.com/time-killer-games/libfiledialogs, its code is too bloated (it mixes the code from SDL, imgui, lunasvg, as well as some dll all into the same repository), I cannot use it as is. Its author contacted me, and I wrote him about this. |
Beta Was this translation helpful? Give feedback.
-
Is there a guide about how to "bind some c++ lib to python, then use it alongside imgui_bundle"? (or is it possible for imgui_bundle to leave some area for other program to draw on) Like integrating https://github.com/glampert/debug-draw into imgui, something like this: https://www.youtube.com/watch?v=aE8p9937syw |
Beta Was this translation helpful? Give feedback.
-
I just took a look at recent imgui_bundle, the immvision is awesome! I use some similiar panzoom viewer (in browser) to inspect SVG, really helpful when a closer look is needed. Then, how about nanovg. 😅 |
Beta Was this translation helpful? Give feedback.
-
@district10 many thanks for those nice suggestions. I’m on holiday so it might take me a while to study those, but I will have a look. |
Beta Was this translation helpful? Give feedback.
-
Hi Pascal,
I saw https://github.com/CoolLibs/imgui_gradient, which might be of interest to include
And it could be worth considering to replace https://github.com/dfranx/ImFileDialog with https://github.com/time-killer-games/libfiledialogs
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions