James

Results 20 comments of James

This also occurs with hospitality, when guests request entry. The easiest way to work around this is for the server to rehost, as that'll force you to disconnect - so...

This is still an issue with GCC 12.1 unfortunately

-no-pie unfortunately doesn't help here - it used to fix it in an older version of gcc, but it hasn't worked for a long time

No problem! I'm active in the discord, so feel free to give me a ping whenever you have time to hash out the details of how this PR should look

@ocornut Hi there! So the reason why styles look different is that I only convert the colour component to linear colour, and ignore alpha It would be possible to fix...

@matt77hias So you're 100% right on the problem of 8-bit linear colour in the vertex definition, however imgui's API overall actually suffers from this extensively, so making it floating point...

I've pushed a version that shrinks the differences in styles between sRGB and linear colour mode. I should also note here that the colour pickers are currently 'incorrect' and need...

Hi sergeyn! FP16 is a good format for linear colour here, because it distributes precision somewhat similarly to gamma correction. That said, 16-bit integer per channel would also be more...

That's also true. The main issue with converting ImGui to be correctly linear is that it has no consistent concept of a colour space, eg in this branch the colour...

> any update on this? I'm unsure - this PR is somewhat waiting on direction of what to do. There's a few different choices that need to be made by...