From 392c5c3c2d3ddacdb828614c155eb5ec574702ad Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 9 Oct 2024 14:46:33 +0200 Subject: [PATCH] Moving away from tables --- Bindings.md | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/Bindings.md b/Bindings.md index 19f89b2..4ad20cd 100644 --- a/Bindings.md +++ b/Bindings.md @@ -226,19 +226,29 @@ Other backends: ## Miscellaneous -| Purpose | Project | -|------------|---| -| Software renderer | **imgui_software_renderer**
https://github.com/emilk/imgui_software_renderer | -| Software renderer | **ImFastRast**
https://github.com/malamanteau/ImFastRast | -| Software renderer | **ImSoft**
https://github.com/LAK132/ImSoft | -| ImGui on Arduino example | **ImDuino**
https://github.com/LAK132/ImDuino | -| Retained framework | **DearPyGui** A retained framework build over Dear ImGui
https://github.com/hoffstadt/DearPyGui | +### Software Renderers + +- **imgui_software_renderer**
https://github.com/emilk/imgui_software_renderer | +- **ImFastRast**
https://github.com/malamanteau/ImFastRast | +- **ImSoft**
https://github.com/LAK132/ImSoft | +- **ImDuino**
https://github.com/LAK132/ImDuino | + +### Retained framework + +- **DearPyGui** A retained framework build over Dear ImGui
https://github.com/hoffstadt/DearPyGui ## Ports, Rewrites, Clones (notable rewrites or clones, those are not supported on this repository) -| Language | Project | -|------------|---| -| Javascript | **imgui-njs**: imgui-njs is a manual-port / partial-rewrite of dear imgui
https://github.com/cannerycoders/imgui-njs | -| Kotlin | **dear jvm imgui**: full JVM port/rewrite
https://github.com/kotlin-graphics/imgui | -| Roblox | **Iris**: Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://github.com/Michael-48/Iris +### Javascript Port + +- **imgui-njs**: imgui-njs is a manual-port / partial-rewrite of dear imgui
https://github.com/cannerycoders/imgui-njs + +### Kotlin + +- **dear jvm imgui**: full JVM port/rewrite
https://github.com/kotlin-graphics/imgui + +### Roblox + +- **Iris**: Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://github.com/Michael-48/Iris +