-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add utility function void ChangeWindowFullMonitorWorkArea() like void… #130
Conversation
… ChangeWindowSize(...) but using the monitor work area to resize the window.
Hi @Robxley Many thanks for the PR, this is a good idea! I'm a bit sensitive to naming. Could you change the name to something like By the way, could you give me more info about the context in which you are using Hello ImGui. Thanks! |
Hi @pthom, Thank you for your quick response 😁. Regarding your question about how I use Hello ImGui: I’ve been working with ImGui for a long time, especially in computer vision projects. In my professional role as a computer vision engineer, I often need to track and display video and image processing results from existing production pipelines. ImGui is very convenient in these contexts, particularly because it is easy to use across different platforms and integrates seamlessly with existing computer vision production engines. I recently discovered Hello ImGui, and it perfectly addresses the needs of creating cross-platform applications without any pain. I wouldn’t have had the time (and your expertise) to achieve such an integration on my own. Thanks to your great work, Hello ImGui is straightforward to use and makes it very simple to set up a new app. Why reinvent an (probably unstable) wheel ... 😁 Have a good day. |
Hi again, I may have answered too quickly regarding the function name. In your code, the function for resizing is named What do you think? |
Perfect! Can you please push a modified version? |
You might be interested in ImmVision, which I also developed, and which is part of ImGui Bundle. See demo, and click on the ImmVision tab: |
Merged, thanks a lot. PS: I was a computer vision engineer in a previous life. |
Thank you for the tips about ImmVision. |
Add a utility function ChangeWindowFullMonitorWorkArea() to resize the window with the monitor work area.
This new function works like ChangeWindowSize(...).