Skip to content

Conversation

@Azorlogh
Copy link

@Azorlogh Azorlogh commented Dec 8, 2024

This is based on Iced 0.14 which is currently unreleased.

It also required two upstream changes to Iced so I pointed this to a fork for now:

@Azorlogh
Copy link
Author

Azorlogh commented Dec 9, 2024

WASM doesn't work for now. Seems bevy relies on the fragile-send-sync-non-atomic-wasm from wgpu, which lets it implement/require Send/Sync bounds. But iced doesn't use it and instead disables those bounds on wasm.
I tried adding the bounds to iced as a hack and that mostly works. But for some reason text is invisible T_T.
Text in the tour example in iced seems to work fine on webgpu.
I wanted to try the integration example as well, but unfortunately that one just hangs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant