1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-25 14:34:40 +01:00

Moving away from tables

omar 2024-10-09 14:46:33 +02:00
parent c694568696
commit 392c5c3c2d

@ -226,19 +226,29 @@ Other backends:
## Miscellaneous
| Purpose | Project |
|------------|---|
| Software renderer | **imgui_software_renderer** <br>https://github.com/emilk/imgui_software_renderer |
| Software renderer | **ImFastRast** <br>https://github.com/malamanteau/ImFastRast |
| Software renderer | **ImSoft** <br>https://github.com/LAK132/ImSoft |
| ImGui on Arduino example | **ImDuino** <br>https://github.com/LAK132/ImDuino |
| Retained framework | **DearPyGui** A retained framework build over Dear ImGui<BR>https://github.com/hoffstadt/DearPyGui |
### Software Renderers
- **imgui_software_renderer** <br>https://github.com/emilk/imgui_software_renderer |
- **ImFastRast** <br>https://github.com/malamanteau/ImFastRast |
- **ImSoft** <br>https://github.com/LAK132/ImSoft |
- **ImDuino** <br>https://github.com/LAK132/ImDuino |
### Retained framework
- **DearPyGui** A retained framework build over Dear ImGui<BR>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 <br>https://github.com/cannerycoders/imgui-njs |
| Kotlin | **dear jvm imgui**: full JVM port/rewrite <br>https://github.com/kotlin-graphics/imgui |
| Roblox | **Iris**: Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui <br>https://github.com/Michael-48/Iris
### Javascript Port
- **imgui-njs**: imgui-njs is a manual-port / partial-rewrite of dear imgui <br>https://github.com/cannerycoders/imgui-njs
### Kotlin
- **dear jvm imgui**: full JVM port/rewrite <br>https://github.com/kotlin-graphics/imgui
### Roblox
- **Iris**: Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui <br>https://github.com/Michael-48/Iris