VulkanTutorial icon indicating copy to clipboard operation
VulkanTutorial copied to clipboard

Android Example

Open gokulsukumar03 opened this issue 6 years ago • 3 comments
trafficstars

Hi, Please give some example for android.

gokulsukumar03 avatar Jan 28 '19 10:01 gokulsukumar03

I currently don't develop applications for Android and don't own a phone supporting Vulkan. Someone is welcome to contribute a chapter like that, though, just like the OS X section.

Overv avatar Jan 28 '19 10:01 Overv

@gokulsukumar03 If you need Android Sample code you may take a look at my Vulkan Examples.

Adding Android support is very easy though. The only things that difffer are the message handling loop and the Vulkan surface creation.

SaschaWillems avatar Jan 28 '19 16:01 SaschaWillems

You can alternatively also take a look (or even link to) https://developer.android.com/ndk/guides/graphics/ until a proper section is done.

neico avatar Feb 05 '19 04:02 neico