Vulkan Android Test是Max Blagay開發的一款能夠在行動裝置上運行的娛樂應用程式,但使用最好的Android 模擬器-雷電模擬器 ,你可以在電腦上下載並暢玩Vulkan Android Test。
在電腦上運行Vulkan Android Test,您可以在大螢幕上清晰地瀏覽, 而用滑鼠和鍵盤操控應用程式比用觸摸屏鍵盤要快得多,同時你將永遠不必擔心設備的電量問題。
通過多開和同步功能,你甚至可以在PC上運行多個應用程式和帳戶。
而文件互傳功能讓分享圖像、影片和文件也變得非常容易。
下載Vulkan Android Test並在PC上運行。享受PC端的大螢幕和高畫質畫質吧!
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