From be480ad13a999d36cabd80b39b8f1ea112d15bb8 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sat, 17 Jun 2017 17:35:59 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64505bf..b8f44dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Vulkan tutorial examples and demos =============== + +[![Join the chat at https://gitter.im/vulkan-tutorial/Lobby](https://badges.gitter.im/vulkan-tutorial/Lobby.svg)](https://gitter.im/vulkan-tutorial/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![vulkan_logo](Docs/assets/vulkanlogo.png) The first part of the tutorial involves the use of vulkan to draw basic triangles every step. Each setp has its own subdirectory containing a complete copy of the tutorial for that setp