omar

Results 2356 comments of omar

Here are some immediate tasks I want to suggest you could look at: [01] > (Not sure if the complexity for that extra accuracy is really worth it though, or...

> My current vision is that we would have a floating point factor, 0.0f to 1.0f, which is part of the style. I thought about this again and I believe...

> Would it be possible to add an option for the application to override the font's line height Yes, we can consider specifying line height in addition to line gap....

It would probably be interesting to have this as an option, but seeing we don't have proper standardized support for sRGB/Linear the preview may be incorrect unless manually tesselated (the...

Hello, Thanks for your PR. Could you clarify the difference with #8868 / https://github.com/stripe2933/imgui-module/ ? cc @stripe2933 If it is a discoverability issue, I am happy to refer to this...

I kinda agree with this sentiment, and I suppose the worse case if that if I forget something it may be caught up with. Mainly at this moment I am...

There's a big difference between your implementation and stripe2933's one: the later is including all individual flags/enums in the .ccpm file. Therefore it is bigger and I believe it justify...

Sorry I accidentally posted an earlier answer before getting far enough in my thoughts, so discard the deleted post. > Again, are these parts of the library API? Backends are...

> The IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks would probably have to be controlled either with -D flags. If we give direct, full control to the consumer over the library, we can allow them...

It seems strange that a common module would refer to extensions at all. It means more centralization and has no equivalent for custom or third-party backends. But tbh in the...