Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Bevy 0.15 #33

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Update to Bevy 0.15 #33

wants to merge 2 commits into from

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