Freya Gentz

Results 84 comments of Freya Gentz

I don't think anyone's needed to do it before. What exactly would be the use case? Would the window be driven with winit's eventloop or be externally driven? I can't...

I think @Osspial been working on something async related.

Okay, so I just skimmed this and I'm not sure what exactly is wanted.... Based on these two things that @conundrumer linked, can the `RawContextExt`s solve this problem? https://docs.rs/glutin/0.22.0-alpha1/x86_64-pc-windows-msvc/glutin/platform/windows/trait.RawContextExt.html https://docs.rs/glutin/0.22.0-alpha1/glutin/platform/unix/trait.RawContextExt.html

If not, what exactly is missing? If I understand this issue correctly, you folks are looking to separate the window handling from the opengl context creation code it self. This,...

Well, if `CS_OWNDC` is not set, I don't think this SFML function would work either, would it? https://www.sfml-dev.org/documentation/2.4.2/classsf_1_1Window.php#a6d60912633bff9d33cf3ade4e0201de4 `RawContextExt` on windows shouldn't take control of the `HWND`, so if it...

> No, OpenGL context creation is a separate issue. I may not event want to use OpenGL. The goal isn't really to partially manage an external window with winit, but...

> A new PR or shouldn't it maybe be an "RFC"-style issue? Either works. The PR doesn't have to actually implement the backends, it just needs to show what new...

I got no familiarity with OSX. Know nothing about this.

Currently busy with school work, so I won't have time to take a look at this for a couple days.