From 0ae7a19bbd38229813af2ae59c24326046005fb3 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Fri, 28 Aug 2020 11:56:38 +0200 Subject: [PATCH] README.md update example bindings --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ec8bf9..a46d8d2 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,15 @@ Notes: # example bindings based on cimgui -* [DerelictImgui](https://github.com/Extrawurst/DerelictImgui) +* [LuaJIT-ImGui](https://github.com/sonoro1234/LuaJIT-ImGui) * [ImGui.NET](https://github.com/mellinoe/ImGui.NET) -* [ImGuiCS](https://github.com/conatuscreative/ImGuiCS) +* [nimgl/imgui](https://github.com/nimgl/imgui) +* [CImGui.jl](https://github.com/Gnimuc/CImGui.jl) +* [odin-imgui](https://github.com/ThisDrunkDane/odin-imgui) +* [DerelictImgui](https://github.com/Extrawurst/DerelictImgui) * [imgui-rs](https://github.com/Gekkio/imgui-rs) * [imgui-pas](https://github.com/dpethes/imgui-pas) -* [odin-imgui](https://github.com/ThisDrunkDane/odin-imgui) -* [LuaJIT-ImGui](https://github.com/sonoro1234/LuaJIT-ImGui) + # C examples based on cimgui