Conversation
| @@ -0,0 +1 @@ | |||
| /build No newline at end of file | |||
| @@ -0,0 +1 @@ | |||
| /build No newline at end of file | |||
|
Hello Sahil, There are however too many changes here to be realistically something I can accept as is. Android + Vulkan sits at a confluence of two technology that are difficult for me to maintain, so every changes to them needs to be made very carefully, be well understood and documented. Any Android specific code/data would needs to carefully mimics what is already in Any Vulkan specific code needs to carefully mimics what is already in the other The aim is to get the closest possible to a situation where I can diff |
Version/Branch of Dear ImGui:
Version: 1.92.6
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_android.cpp + imgui_impl_vulkan.cpp
Operating System: Android (NativeActivity)
My Issue/Question:
I am submitting a new standalone example application for Android using Vulkan (
example_android_vulkan).Key features of this example:
NativeActivitydirectly (clean C++ entry point without needing a heavy GameActivity Java wrapper for the main loop).APP_CMD_CONFIG_CHANGED.I have included a detailed README.md within the folder to help developers build and run the example using Gradle (
./gradlew assembleDebugor./gradlew installDebug).