From 0a0774ff3c694be09f9c18fca32ad3feb0ea469a Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Thu, 25 Oct 2018 18:49:17 -0700 Subject: [PATCH] Add gitter badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 772f0ad..beaa713 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This wrapper is built on top of [cimgui](https://github.com/Extrawurst/cimgui), [![NuGet](https://img.shields.io/nuget/v/ImGui.NET.svg)](https://www.nuget.org/packages/ImGui.NET) +[![Join the chat at https://gitter.im/ImGui-NET/Lobby](https://badges.gitter.im/ImGui-NET/Lobby.svg)](https://gitter.im/ImGui-NET/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + # Building ImGui.NET can be built in Visual Studio or on the command line. The .NET Core SDK is needed to build on the command line, and it can be downloaded [here](https://www.microsoft.com/net/core). Visual Studio 2017 is the minimum VS version supported for building.