From ef33a8ff6040e4e7085a49327a88fcdf9078f04f Mon Sep 17 00:00:00 2001 From: haddock7 <56619548+haddock7@users.noreply.github.com> Date: Wed, 5 Aug 2020 21:06:37 -0400 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Bindings.md b/Bindings.md index 56f9ec4..3304510 100644 --- a/Bindings.md +++ b/Bindings.md @@ -13,6 +13,7 @@ _NB: those bindings may be more or less maintained, more or less close to the sp | Go | **imgui-go**: Go wrapper library for "Dear ImGui"
https://github.com/inkyblackness/imgui-go | | Haskell | **imgui-haskell**: Haskell bindings for Dear ImGui
https://github.com/dbousamra/imgui-haskell | Haxe/hxcpp | **linc_imgui**: binding for imgui
https://github.com/Aidan63/linc_imgui | +| Haxe/Heaps | **hlimgui**: [Heaps](https://heaps.io/) game engine binding for Dear ImGui
https://github.com/haddock7/hlimgui | | Java | **jimgui**: Pure Java binding for dear imgui
https://github.com/ice1000/jimgui
**imgui-java**: A handcrafted/generated Java binding for Dear ImGui
https://github.com/SpaiR/imgui-java | | JavaScript | **imgui-js**: JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://github.com/flyover/imgui-js + also see [web demo](https://flyover.github.io/imgui-js/example/) | | Julia | **CImGui.jl**: Julia wrapper for cimgui
https://github.com/Gnimuc/CImGui.jL |