SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Window Resizing from the Bottom Left #77

Open Michael-48 opened 1 month ago

Michael-48 commented 1 month ago

The Window widget is almost entirely unchanged from the original release of Iris, which is surprising. Its the 3rd widget I ever wrote, and as a consequence of laziness i opted not to include a feature which is present in Dear ImGui. There is a blue dragging triangle on the bottom left which is identical to the one on the bottom right, but it is normally transparent unless hovered over by the cursor.

Admittedly, this is trivial— but it would be nice to maintain as many similarities to Dear ImGui as possible.

SirMallard commented 1 month ago

Alongside this, Dear ImGui features a blue line highlight for resizing any edge. It would be a good visual indicator that you can drag from that. I've found the side resizing behaviour is inconsistent.