Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.14k stars 514 forks source link

Android Example #125

Open gokulsukumar03 opened 5 years ago

gokulsukumar03 commented 5 years ago

Hi, Please give some example for android.

Overv commented 5 years ago

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.

SaschaWillems commented 5 years ago

@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.

neico commented 5 years ago

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