pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Make window both borderless and resizable #77

Closed vertexi closed 6 months ago

vertexi commented 6 months ago

image.gif

This is a dirty demo. I am sure there is a better way to implement it. Give me some advice please.

pthom commented 6 months ago

Hello,

I appreciate your effort, thanks a lot!

However, there is probably a simpler, without hacking ShowMenuBar.

Since it seems like a potentially interesting feature, I worked on a draft: you can find it here in the branch borderless_resizable

https://github.com/pthom/hello_imgui/tree/borderless_resizable

See commit 9976758afc8ae30af97364c22b562ccc4767f7c8


If you wish, you could continue based on this draft.