From a52300ecea5f85d2002b2623e25a362f9eec5b4b Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 28 Oct 2019 11:41:35 +0100 Subject: [PATCH] Updated Glossary (markdown) --- Glossary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Glossary.md b/Glossary.md index ddad854..e918bc3 100644 --- a/Glossary.md +++ b/Glossary.md @@ -1,4 +1,5 @@ (work in progress) + ---- **Backends/Bindings**: a piece of code that connects your OS/platform/windowing system, graphics API or programming language to Dear ImGui. In the `examples/` folder we provide a bunch of `imgui_impl_xxxx` files which are backends for variety of platforms and graphics API. Many other [third-party bindings](https://github.com/ocornut/imgui/wiki/Bindings) exists.