From 6f2e133ad1cdaf6890927a1795e7ebadae27c6ae Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 1 Nov 2015 22:40:39 +0000 Subject: [PATCH] Updated Links (markdown) --- Links.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Links.md b/Links.md index 81e7f90..7d82a8d 100644 --- a/Links.md +++ b/Links.md @@ -19,6 +19,21 @@ CyImGui: Python bindings for ImGui using Cython. ### Framework/engine bindings +Main ImGui repository include examples for DirectX9, DirectX11, OpenGL2/3, Allegro 5, SDL+GL2, iOS and Marmalade. +
https://github.com/ocornut/imgui/tree/master/examples + +Unmerged PR: DirectX12 +
https://github.com/ocornut/imgui/pull/301 + +Unmerged PR: SDL2 + OpenGLES + Emscripten +
https://github.com/ocornut/imgui/pull/336 + +Unmerged PR: SDL2 + GL3 +
https://github.com/ocornut/imgui/pull/356 + +Unmerged PR: Native Win32 and OSX samples +
https://github.com/ocornut/imgui/pull/281 + ImGui block for Cinder
https://github.com/simongeilfus/Cinder-ImGui