Add android support for the game engine.#238
Closed
gpx1000 wants to merge 3 commits intoKhronosGroup:mainfrom
Closed
Add android support for the game engine.#238gpx1000 wants to merge 3 commits intoKhronosGroup:mainfrom
gpx1000 wants to merge 3 commits intoKhronosGroup:mainfrom
Conversation
…handling. - Integrated Vulkan for Android with proper feature and resource management. - Updated input handling to process Android-specific events. - Added CMake and Gradle configurations for Android build setups. - Refactored cross-platform code to isolate Android-specific logic.
SaschaWillems
requested changes
Dec 5, 2025
Collaborator
There was a problem hiding this comment.
Project setup doesn't work for me on Windows. It fails with the following error:
Make Error at V:/Vulkan-Docs-Site/Vulkan-Tutorial-Main/attachments/CMake/Findtinygltf.cmake:80 (file):
file failed to create symbolic link
'V:/Vulkan-Docs-Site/Vulkan-Tutorial-Main/attachments/simple_engine/android/app/.cxx/Debug/20492l51/arm64-v8a/_deps/tinygltf-src/nlohmann/json.hpp':
Dem Client fehlt ein erforderliches Recht.
"Dem Client fehlt ein erforderliches Recht." translates to "Client is missing a required permission"
I see dozens of additional follow up errors like this:
unable to create file clitests/golden/info/invalid_file/validate/3001/error_ProhibitedFormat_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16.out.mini.json: Filename too long
Contributor
Author
|
This is part of the #253 closing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Android platform support, Vulkan integration, and improved input handling.