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