From 470be54933047eac4136b56372ea1f0d508b9869 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Thu, 18 Feb 2016 10:51:10 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d07d7342..ce743ee0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ OpenTK ====== +[![Join the chat at https://gitter.im/opentk/opentk](https://badges.gitter.im/opentk/opentk.svg)](https://gitter.im/opentk/opentk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + The Open Toolkit library is a fast, low-level C# binding for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research. Use OpenTK to add cross-platform 3d graphics, audio, compute and haptics to your C# application. Integrate it into your existing user interface or use it standalone without any external dependencies.