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

Android #1081

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

Android #1081

wants to merge 2 commits into from

Conversation

nobbele
Copy link
Member

@nobbele nobbele commented Jul 30, 2022

Closes #70

Annoyingly it got based off of update-deps PR..

The major change is context creation. On Android (and iOS) you can't create the graphics context immediately since you have to wait for the Event::Resumed event, since winit 0.27 it's recommended you do that in general for all platforms but wgpu 0.13 depends on 0.26 so the proper implementation will have to wait.

A minor change is the addition of AndroidAssetsFS as a VFS layer.

Audio playback is broken (I think it's due to intents or something? need to research more)

@PSteinhaus
Copy link
Member

wgpu 0.14, that we now use, depends on winit 0.27.1.
So it seems the opportunity for Android support has opened : )

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.

None yet

2 participants