iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
24.65k stars 1.15k forks source link

Do iced support X11 Forwarding? #458

Open 0x7CFE opened 4 years ago

0x7CFE commented 4 years ago

I'd like to run my iced app on a desktop and access it from another machine via ssh -X. Is it possible to do indirect rendering like this?

0x7CFE commented 4 years ago

Right now it just crashes with the following message:

Warning: Unrecognized CreateInstance->pCreateInfo->pApplicationInfo.apiVersion number -- (0x  402083) assuming VK_API_VERSION_1_1.

Segmentation fault (core dumped)
valpackett commented 4 years ago

Only with the OpenGL (glow) backend.