Skip to content

Android - #1081

Draft
nobbele wants to merge 2 commits into
ggez:develfrom
nobbele:android
Draft

Android#1081
nobbele wants to merge 2 commits into
ggez:develfrom
nobbele:android

Conversation

@nobbele

@nobbele nobbele commented Jul 30, 2022

Copy link
Copy Markdown
Member

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
Copy Markdown
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.

2 participants