From ae0c33c98368b5401e06aab4b1c2d6579e976e2c Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 29 Mar 2016 11:33:23 +0200 Subject: [PATCH] Examples: Links --- examples/README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/README.txt b/examples/README.txt index b80866c11..f8e0c55ed 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -1,5 +1,10 @@ Those are standalone ready-to-build applications to demonstrate ImGui. -Binaries of some of those demos are available at http://www.miracleworld.net/imgui/binaries +Binaries of some of those demos: http://www.miracleworld.net/imgui/binaries + +Third party languages and frameworks bindings: https://github.com/ocornut/imgui/wiki/Links +(languages: C, .net, rust, D, Python, Lua..) +(frameworks: DX12, Vulkan, Cinder, OpenGLES, openFrameworks, Cocos2d-x, SFML, Flexium, NanoRT, Irrlicht..) +(extras: RemoteImGui, ImWindow, imgui_wm..) TL;DR; - Newcomers, read 'PROGRAMMER GUIDE' in imgui.cpp for notes on how to setup ImGui in your codebase.