From fb7917f345656517bd76d2ba21b5f62d18cad27c Mon Sep 17 00:00:00 2001 From: guanghuafan Date: Fri, 22 Apr 2016 10:18:54 -0700 Subject: [PATCH] add links to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2302176..c980202 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ To use these samples, you need the Google Play Game Services C++ SDK, which you can [download from here](https://developers.google.com/games/services/downloads/). After downloading the archive, unzip it to the `./gpg-cpp-sdk` directory. Then, follow [these directions](https://developers.google.com/games/services/cpp/GettingStartedNativeClient). +

Other resources

+* [Google Android Vulkan Tutorials](https://github.com/ggfan/android-vulkan-tutorials) +* [Android Vulkan API Basic Samples](https://github.com/googlesamples/vulkan-basic-samples) +* [Google Android NDK Samples](https://github.com/googlesamples/android-ndk)

Acknowledgment

Some of these samples use the following open-source project: