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

Add Android support #29

Open
SaschaWillems opened this issue Sep 15, 2023 · 1 comment
Open

Add Android support #29

SaschaWillems opened this issue Sep 15, 2023 · 1 comment

Comments

@SaschaWillems
Copy link
Collaborator

Android is one of Vulkan's most important target platforms, yet the tutorial only works on and talks about desktop platforms. Android support should be added both to the tutorial as well as the code. We probably can leverage the Android stuff we use in our samples.

@charles-lunarg
Copy link

Thinking about this, there are a few open questions as well as distinct work items:

  • GLFW doesn't support Android, so some android specific windowing & input code would be required. (Taking from Vulkan-Samples is fine for this)
  • The appropriate 'development environment setup' for android would need to be included as well.
  • Enabling validation layers is the same on all platforms, but getting validation layers into an application on android is not, so that would need to be covered.

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

No branches or pull requests

2 participants