Vulkan Android Test

tech.incr.vulkanandroid

View detailed information for Vulkan Android Test — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
2.7K(2,780)
Rating
0.0
Released
February 28, 2024
Last updated
January 1, 1970
Category
Entertainment
Developer
Max Blagay
Developer details
Name
Max Blagay
E-mail
rapiddevlab@gmail.com
Website
unknown
Country
Germany
Address
unknown
Android SDKs
  • No items.
Vulkan Android Test Header - AppWisp.com

Screenshots

Vulkan Android Test Screenshot 1 - AppWisp.com
Vulkan Android Test Screenshot 2 - AppWisp.com
Vulkan Android Test Screenshot 3 - AppWisp.com

Description

This is a simple test application for Vulkan based rendering engine currently in development.

In essence, it is a "smoke test" - if it does NOT run, more elaborate apps based on this rendering engine will 100% fail.

If everything works, you should see a yellow rotating gear/sun like object with stylized "evil" smiling face. This is kind of a homage to the original OpenGL gears and the Vulkan specific VkGears apps used for testing on desktops. The original apps are rendering in solid "flat" colors. We added a texture on top just for fun.

This test covers following steps:
- initialization of the Vulkan rendering on Android
- loading of the GLTF meshes from the APK assets
- loading of the PNG textures from the APK assets
- dynamic rendering of the rotating object
- CPU/FPS throttling to fixed value to keep battery life
- Android native application written completely in C++
- smallest possible APK size - typical APK should be less or around 1Mb
- no Android permissions - it just renders, we do not need any of your data