From 589c89088738ca9f861e630f6b48bd302a7b979e Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 11 Jan 2021 19:07:31 +0100 Subject: [PATCH] Ports Rewrites --- Bindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bindings.md b/Bindings.md index 3268e16..1b2490e 100644 --- a/Bindings.md +++ b/Bindings.md @@ -88,10 +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 | -## Ports and Rewrites +## Ports, Rewrites +(those are not supported on this repository) | 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 |