From 043bf11b271f6daa91427d21b9e3f87616008042 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 11 Jan 2021 19:06:45 +0100 Subject: [PATCH] Ports and Rewrites --- Bindings.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Bindings.md b/Bindings.md index f3563cb..3268e16 100644 --- a/Bindings.md +++ b/Bindings.md @@ -88,9 +88,10 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | Software renderer | **ImSoft**
https://github.com/LAK132/ImSoft | | ImGui on Arduino example | **ImDuino**
https://github.com/LAK132/ImDuino | -## Port/rewrites +## Ports and Rewrites | Language | Project | |------------|---| | Kotlin | **dear jvm imgui**: full JVM port/rewrite
https://github.com/kotlin-graphics/imgui | - +| Python | **Dear PyGui**: A Simple Python GUI framework
https://github.com/hoffstadt/DearPyGui | +| Javascript | **imgui-njs**: imgui-njs is a manual-port / partial-rewrite of dear imgui
https://github.com/cannerycoders/imgui-njs |