From c7cce7ef4a6806e933715ef6926781672dd5b24d Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 25 Mar 2019 11:02:31 +0100 Subject: [PATCH] Julia wrapper --- Bindings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Bindings.md b/Bindings.md index d4c0e31..2f42f47 100644 --- a/Bindings.md +++ b/Bindings.md @@ -33,6 +33,9 @@ Java (jimgui): Pure Java binding for dear imgui 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 + Lua (LuaJIT-ImGui): LuaJIT ffi binding for imgui and implementations
https://github.com/sonoro1234/LuaJIT-ImGui