Jonathan Spira

Results 119 comments of Jonathan Spira

> Ideally, we'd have an organization like "RustOnThisParticularConsole", which would have all the repositories in private, would only accept members who signed the NDA, and allow these Rust community members...

any update on this?

Hmm that's interesting. IMO I am actually nearly the opposite! Just to be clear on how simplistic of a job ImGUI could do here: Simply just running the EOTF (sRGB...

> > The fragment shader approach there isn't a complete fix unfortunately, > Did not realize this! Yes, converting ImGui to a strongly typed linear color management internally sounds necessary...

Imo, breaking the color interface from ImColor32 to linear color isn't worth it. We should just wrap those into linear and go from there and then everything *inside* can be...

Okay so it appears going through sdl2's commit history, at one point they did. It appears that, effectively, there can be multiple `ns_view` per `ns_window`, so to a degree, if...

Set up issue in SDL2 and in the process discovered that they have an example which eerily mirrors my above code -- so I'm re-orienting back to fact finding, since...

Okay, check out the branch `multi`. Work's still underway, but I'll get it done within the week

@Rob2309 do you have the bandwidth to update this fella with the new changes?