Daniel Collin

Results 448 comments of Daniel Collin

Yeah that sounds. Good also something I have been thinking about for a while (sorry for being a bit of topic) is the versioning of the lib. Something I have...

So the way I have done that in the past is like this: https://github.com/emoon/rocket/blob/master/ogl_editor/src/Menu.c?ts=4#L26 ``` C EMGUI_KEY_COMMAND, EMGUI_KEY_CTRL ``` First part is the modifier on Mac and the other is...

On a slightly related note something that would be nice is keyboard navigation of menus (excluding the actual shortcuts) but perhaps that belongs in a separate issue.

I was thinking about popups in this case (at least on Mac if you have a popup and press arrow down you get keyboard focus and can navigate it with...

Thanks for the reply. That seems reasonable. I think I will just go for non-overlapping as this is mostly for a prototype so that should be fine.

Yeah I have been thinking about what curves to actually use for the lines. I thought about just using b-spline or something similar but I have no idea what "real"...

https://github.com/ocornut/imgui/issues/306#issuecomment-134672020 Fully agree that this shouldn't be part of core ImGui but an interesting use-case to support with the API itself as you say.

Small comment. I tested your prototype and when dragging the color values it seems to always reset back to default. I haven't investigated yet but just wanted to let you...

Not in a major hurry no so great stuff here :) I also think it's good in general to have a example that "bends" the regular use-case a bit.