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.