You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking into porting my application to the Nintendo Switch. I'm assuming if I can get Vulkan to work at all it would be via D2D. I did write a cpp app that used either GLFW or direct to display and I was able to abstract over the two APIs. For winit I don't see how it would be easy to do the same.
This question has two parts. The first is about winit's support of windowless environments and systemd's logind and open event devices is or would be supported.
The second is about the existence of other projects that might enable this. I had looked into Smithay and that's how I discovered the winit project.
The text was updated successfully, but these errors were encountered:
Winit doesn't currently support windowless environments. I remember seeing some talk within the last few months about supporting the Linux Framebuffer, but work on that hasn't started and I don't know what form that API would take. That wouldn't work on the Switch, but it's the closest thing I've seen to that.
I personally can't answer your question about related projects, unfortunately. AFAIK the main reason we need Smithay is because Wayland pushes more of the implementation onto the application than other platforms do, so I expect we'd write most of the implementation ourselves, but I'm not certain about that.
I remember seeing some talk within the last few months about supporting the Linux Framebuffer, but work on that hasn't started and I don't know what form that API would take.
I'm looking into porting my application to the Nintendo Switch. I'm assuming if I can get Vulkan to work at all it would be via D2D. I did write a cpp app that used either GLFW or direct to display and I was able to abstract over the two APIs. For winit I don't see how it would be easy to do the same.
This question has two parts. The first is about winit's support of windowless environments and systemd's logind and open event devices is or would be supported.
The second is about the existence of other projects that might enable this. I had looked into Smithay and that's how I discovered the winit project.
The text was updated successfully, but these errors were encountered: