-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions about Hello ImGui and communication #119
Comments
Sorry for my delay and thanks for the offer. Yes, I would be interested in this once the new branch is in a state that I feel could be shared more broadly. I had hoped to get more time in the last month to make progress, but unfortunately haven't yet. Things work pretty well on macOS, but I'll need to get things working reliably in emscripten and windows in the ci and deployment github actions. |
@pthom I've merged the |
Hello, I am definitely interested! Let's resume this conversation of course. I'll have time after new year for this. Congrats, the new version looks extremely polished! |
One note @pthom: I plan to switch from your imgui bundle to just hello imgui since I don't need any of the python stuff. |
Hello, I really like your project, and its
dear-imgui
branch makes an excellent demonstration of Hello ImGui capabilities. I have several questions related to this.Can I refer to your project and display it as an example for HelloImGui / ImGui Bundle?
The fact that your project compiles to Emscripten seamlessly and is able to load images even on a browser does interest me quite a lot.
If you agree (and when you are ready), I would like to consider the possibility to add it to a gallery inside Hello ImGui documentation and maybe also inside the interactive manual for ImGui Bundle, with a link to a live Emscripten version.
As a matter of fact, the way that you setup the application (see below) is extremely readable and could serve as an additional hands-on tutorial for Hello ImGui.
Below is the code extract I would like to show in a possible documentation/gallery page:
hdrview/src/app.cpp
Lines 152 to 334 in 881d56c
There is no rush. You can tell me yes or no, or tell me that you prefer to wait until you added some more features to it.
About the logger
I like the way you did the layout for the logger in the application. Would you mind if someday I take some inspiration from it in order to update the logger inside Hello ImGui?
We can discuss this inside this GitHub issue or you can contact me by email if you prefer.
Thanks!
The text was updated successfully, but these errors were encountered: