diff --git a/Useful-Widgets.md b/Useful-Widgets.md
index 1c8cecc..62be332 100644
--- a/Useful-Widgets.md
+++ b/Useful-Widgets.md
@@ -1,112 +1,240 @@
## Text Editors
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96733540-dba78b00-13b9-11eb-855e-d0aa98a322d1.png) | ImGuiColorTextEdit
[github/BalazsJako/ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)|
-| ![](https://user-images.githubusercontent.com/1193295/96734078-72744780-13ba-11eb-9a1d-a39c1e5122fd.png) | Zep
[github/Rezonality/zep](https://github.com/Rezonality/zep) |
-| ![](https://user-images.githubusercontent.com/1193295/96734863-42797400-13bb-11eb-948f-554044b7a67d.png) | Scintilla
[issue #108](https://github.com/ocornut/imgui/issues/108) |
+
+**ImGuiColorTextEdit**
+
[github/BalazsJako/ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)
+
![](https://user-images.githubusercontent.com/1193295/96733540-dba78b00-13b9-11eb-855e-d0aa98a322d1.png)
+
+**Zep**
+
[github/Rezonality/zep](https://github.com/Rezonality/zep)
+
![](https://user-images.githubusercontent.com/1193295/96734078-72744780-13ba-11eb-9a1d-a39c1e5122fd.png)
+
+**Scintilla**
+
[issue #108](https://github.com/ocornut/imgui/issues/108)
+
![](https://user-images.githubusercontent.com/1193295/96734863-42797400-13bb-11eb-948f-554044b7a67d.png)
## Node Editors
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96736564-06dfa980-13bd-11eb-8cf8-641962bb04df.png) | imgui-node-editor
[github/thedmd/imgui-node-editor](https://github.com/thedmd/imgui-node-editor) |
-| ![](https://user-images.githubusercontent.com/1193295/96736823-49a18180-13bd-11eb-8891-95f481fe1765.png) | ImNodes
[github/rokups/ImNodes](https://github.com/rokups/ImNodes) |
-| ![](https://user-images.githubusercontent.com/1193295/96736995-78b7f300-13bd-11eb-84a1-6b8f0e4ac064.png) | imnodes
[github/Nelarius/imnodes](https://github.com/Nelarius/imnodes) |
-| ![]() | Many more at [#306](https://github.com/ocornut/imgui/issues/306) |
+
+**imgui-node-editor**
+
[github/thedmd/imgui-node-editor](https://github.com/thedmd/imgui-node-editor)
+
![](https://user-images.githubusercontent.com/1193295/96736564-06dfa980-13bd-11eb-8cf8-641962bb04df.png)
+
+**ImNodes**
+
[github/rokups/ImNodes](https://github.com/rokups/ImNodes)
+
![](https://user-images.githubusercontent.com/1193295/96736823-49a18180-13bd-11eb-8891-95f481fe1765.png)
+
+**imnodes**
+
[github/Nelarius/imnodes](https://github.com/Nelarius/imnodes)
+
![](https://user-images.githubusercontent.com/1193295/96736995-78b7f300-13bd-11eb-84a1-6b8f0e4ac064.png)
+
+Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
## Curves, Animations, Gradients
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96737312-d1878b80-13bd-11eb-92ae-62dc191c6ee1.png) | Bezier
[github](https://github.com/ocornut/imgui/issues/786) |
-| ![](https://user-images.githubusercontent.com/1193295/96737563-1ad7db00-13be-11eb-974d-956ba41b11de.png) | ImSequencer
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
-| ![]() | ImGradient
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
-| ![]() | ImCurveEdit
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) |
-| ![]() | Gradient Color Generator
[gist](https://gist.github.com/galloscript/8a5d179e432e062550972afcd1ecf112) |
+
+**Cubic Bezier / Curve Editor**
+
[github](https://github.com/ocornut/imgui/issues/786)
+
![](https://user-images.githubusercontent.com/1193295/96737312-d1878b80-13bd-11eb-92ae-62dc191c6ee1.png)
+
+**ImSequencer**
+
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
+
![](https://user-images.githubusercontent.com/1193295/96737563-1ad7db00-13be-11eb-974d-956ba41b11de.png)
+
+**ImGradient**
+
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
+
+**ImCurveEdit**
+
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
+
+**Gradient Color Generator**
+
[gist](https://gist.github.com/galloscript/8a5d179e432e062550972afcd1ecf112)
## Plotting, Graph
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96738879-79ea1f80-13bf-11eb-8e96-97f4acc8b79d.png) | ImPlot
[github/epezent/implot](https://github.com/epezent/implot) |
-| ![](https://user-images.githubusercontent.com/1193295/96739012-9f772900-13bf-11eb-831b-e4b1ba82e152.png) | imgui-plot
[github/soulthreads/imgui-plot](https://github.com/soulthreads/imgui-plot) |
-| ![](https://user-images.githubusercontent.com/1193295/96739187-d0575e00-13bf-11eb-9afa-6f0c2bc4dd0f.png) | Flame Graph Widget
[issue #2859](https://github.com/ocornut/imgui/issues/2859) |
-| ![](https://user-images.githubusercontent.com/1193295/96739299-f0871d00-13bf-11eb-8a2b-fa670070477d.png) | Plot Var Helper
[wiki](https://github.com/ocornut/imgui/wiki/plot_var_example) |
+
+**ImPlot**
+
[github/epezent/implot](https://github.com/epezent/implot)
+
![](https://user-images.githubusercontent.com/1193295/96738879-79ea1f80-13bf-11eb-8e96-97f4acc8b79d.png)
+
+**imgui-plot**
+
[github/soulthreads/imgui-plot](https://github.com/soulthreads/imgui-plot)
+
![](https://user-images.githubusercontent.com/1193295/96739012-9f772900-13bf-11eb-831b-e4b1ba82e152.png)
+
+**Flame Graph Widget**
+
[issue #2859](https://github.com/ocornut/imgui/issues/2859)
+
![](https://user-images.githubusercontent.com/1193295/96739187-d0575e00-13bf-11eb-9afa-6f0c2bc4dd0f.png)
+
+**Plot Var Helper**
+
[wiki](https://github.com/ocornut/imgui/wiki/plot_var_example)
+
![](https://user-images.githubusercontent.com/1193295/96739299-f0871d00-13bf-11eb-8a2b-fa670070477d.png)
## File Browsers / File Dialog
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96841762-781a6d80-144c-11eb-9ef9-7f9c3bda37d1.png) | imgui-filebrowser
[github/AirGuanZ-imgui-filebrowser](https://github.com/AirGuanZ/imgui-filebrowser) |
-| ![](https://user-images.githubusercontent.com/1193295/96842206-068eef00-144d-11eb-8342-7e82d37ab7a8.png) | ImGui-Addons
[github/gallickgunner/ImGui-Addons](https://github.com/gallickgunner/ImGui-Addons) |
-| ![](https://user-images.githubusercontent.com/1193295/96842432-4e157b00-144d-11eb-9cbf-8e6b050e6f74.png) | ImGui-Addons-Branch-Home
[github/Flix01/imgui](https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home) |
-| ![](https://user-images.githubusercontent.com/1193295/96842853-d85ddf00-144d-11eb-8c85-2c6e4ed4be76.png) | ImGuiFileDialog
[github/aiekick/ImGuiFileDialog](https://github.com/aiekick/ImGuiFileDialog) |
-| ![](https://user-images.githubusercontent.com/1193295/96842995-11964f00-144e-11eb-82fc-4794e4abdecb.png) | L2DFileDialog
[github/Limeoats/L2DFileDialog](https://github.com/Limeoats/L2DFileDialog) |
+
+**imgui-filebrowser**
+
[github/AirGuanZ-imgui-filebrowser](https://github.com/AirGuanZ/imgui-filebrowser)
+
![](https://user-images.githubusercontent.com/1193295/96841762-781a6d80-144c-11eb-9ef9-7f9c3bda37d1.png)
+
+**ImGui-Addons (gallickgunner's)**
+
[github/gallickgunner/ImGui-Addons](https://github.com/gallickgunner/ImGui-Addons)
+
![](https://user-images.githubusercontent.com/1193295/96842206-068eef00-144d-11eb-8342-7e82d37ab7a8.png)
+
+**ImGui Addons (Flix01's)**
+
[github/Flix01/imgui](https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home)
+
![](https://user-images.githubusercontent.com/1193295/96842432-4e157b00-144d-11eb-9cbf-8e6b050e6f74.png)
+
+**ImGuiFileDialog**
+
[github/aiekick/ImGuiFileDialog](https://github.com/aiekick/ImGuiFileDialog)
+
![](https://user-images.githubusercontent.com/1193295/96842853-d85ddf00-144d-11eb-8c85-2c6e4ed4be76.png)
+
+**L2DFileDialog**
+
[github/Limeoats/L2DFileDialog](https://github.com/Limeoats/L2DFileDialog)
+
![](https://user-images.githubusercontent.com/1193295/96842995-11964f00-144e-11eb-82fc-4794e4abdecb.png)
## Rich text
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96847652-bcf5d280-1453-11eb-912b-5673261fb072.png) | Markdown
[github/juliettef/imgui_markdown](https://github.com/juliettef/imgui_markdown) |
-| ![]() | URL/Links
[gist/dougbinks](https://gist.github.com/dougbinks/ef0962ef6ebe2cadae76c4e9f0586c69#file-imguiutils-h-L228-L262) |
+
+**imgui_markdown**
+
[github/juliettef/imgui_markdown](https://github.com/juliettef/imgui_markdown)
+
![](https://user-images.githubusercontent.com/1193295/96847652-bcf5d280-1453-11eb-912b-5673261fb072.png)
+
+**url/links**
+
[gist/dougbinks](https://gist.github.com/dougbinks/ef0962ef6ebe2cadae76c4e9f0586c69#file-imguiutils-h-L228-L262)
## Input Method Editor
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96867731-64333380-146d-11eb-9aae-14abee458f93.png) | DearImGui-with-IMM32
[github/maildrop/DearImGui-with-IMM32](https://github.com/maildrop/DearImGui-with-IMM32) |
+
+**DearImGui-with-IMM32**
+
[github/maildrop/DearImGui-with-IMM32](https://github.com/maildrop/DearImGui-with-IMM32)
+
![](https://user-images.githubusercontent.com/1193295/96867731-64333380-146d-11eb-9aae-14abee458f93.png)
## Misc
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96868227-081cdf00-146e-11eb-996b-35134ba8bd3c.png) | Memory Editor:
[github/ocornut/imgui_club](https://github.com/ocornut/imgui_club)
-| ![](https://user-images.githubusercontent.com/1193295/96868383-41554f00-146e-11eb-84b5-c4264c54532f.png) | ImGuizmo
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
-| ![](https://user-images.githubusercontent.com/1193295/96868553-86798100-146e-11eb-872a-44f51ee78117.png) | imGuiZMO.quat
[github/BrutPitt/imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat)
-| ![](https://user-images.githubusercontent.com/1193295/96868825-da846580-146e-11eb-9f2b-c4e5faf4581f.png) | Splitters
[issue #319](https://github.com/ocornut/imgui/issues/319)
-| ![](https://user-images.githubusercontent.com/1193295/96874705-bb89d180-1476-11eb-8640-43805b800ebf.png) | Slider 2D and Slider 3D
[issue #3484](https://github.com/ocornut/imgui/issues/3484)
-| ![]() | Spinner + Loading Bar progress indicators
[issue #1901](https://github.com/ocornut/imgui/issues/1901)
-| ![](https://user-images.githubusercontent.com/1193295/96875055-14596a00-1477-11eb-93bb-74d977fbf7e3.png) | ImHotKey (Hotkey Editor)
[github/CedricGuillemet/ImHotKey](https://github.com/CedricGuillemet/ImHotKey)
-| ![](https://user-images.githubusercontent.com/1193295/96875257-4f5b9d80-1477-11eb-9789-dbc203d8a3f4.png) | IP Entry Box
[issue #388](https://github.com/ocornut/imgui/issues/388)
-| ![](https://user-images.githubusercontent.com/1193295/96875448-82059600-1477-11eb-93be-db904ae920a8.png) | Pie menu test
[issue #434](https://github.com/ocornut/imgui/issues/434)
-| ![](https://user-images.githubusercontent.com/1193295/96875679-ca24b880-1477-11eb-8d4c-022166c8a427.png) | nnview: a neural network viewer
[github/lighttransport/nnview](https://github.com/lighttransport/nnview)
-| ![](https://user-images.githubusercontent.com/1193295/96877128-8cc12a80-1479-11eb-9d19-904ceaf8e469.png) | Knobs
[issue #942](https://github.com/ocornut/imgui/issues/942#issuecomment-268369298)
-| ![](https://user-images.githubusercontent.com/1193295/96878596-51bff680-147b-11eb-8ded-f0bc241fa984.png) | Toggle Button
[issue #1537](https://github.com/ocornut/imgui/issues/1537)
-| ![](https://user-images.githubusercontent.com/1193295/96878992-c72bc700-147b-11eb-9796-b3c87b543856.png) | ImGui::Auto()
leverage C++17 to serialize any
structure into imgui interfaces
[github/Csabix/imgui](https://github.com/Csabix/imgui/tree/master/auto)
-| ![]() | Also see `useful widgets` tag in [issues](https://github.com/ocornut/imgui/labels/useful%20widgets)
+
+**imgui_memory_editor**
+
[github/ocornut/imgui_club](https://github.com/ocornut/imgui_club)
+
![](https://user-images.githubusercontent.com/1193295/96868227-081cdf00-146e-11eb-996b-35134ba8bd3c.png)
+
+**ImGuizmo**
+
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo)
+
![](https://user-images.githubusercontent.com/1193295/96868383-41554f00-146e-11eb-84b5-c4264c54532f.png)
+
+**imGuiZMO.quat**
+
[github/BrutPitt/imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat)
+
![](https://user-images.githubusercontent.com/1193295/96868553-86798100-146e-11eb-872a-44f51ee78117.png)
+
+**Splitters**
+
[issue #319](https://github.com/ocornut/imgui/issues/319)
+
![](https://user-images.githubusercontent.com/1193295/96868825-da846580-146e-11eb-9f2b-c4e5faf4581f.png)
+
+**Slider 2D and Slider 3D**
+
[issue #3484](https://github.com/ocornut/imgui/issues/3484)
+
![](https://user-images.githubusercontent.com/1193295/96874705-bb89d180-1476-11eb-8640-43805b800ebf.png)
+
+**Spinner/Loading progress indicators**
+
[issue #1901](https://github.com/ocornut/imgui/issues/1901)
+
+**ImHotKey (Hotkey Editor)**
+
[github/CedricGuillemet/ImHotKey](https://github.com/CedricGuillemet/ImHotKey)
+
![](https://user-images.githubusercontent.com/1193295/96875055-14596a00-1477-11eb-93bb-74d977fbf7e3.png)
+
+**IP Entry Box**
+
[issue #388](https://github.com/ocornut/imgui/issues/388)
+
![](https://user-images.githubusercontent.com/1193295/96875257-4f5b9d80-1477-11eb-9789-dbc203d8a3f4.png)
+
+**Pie Menu**
+
[issue #434](https://github.com/ocornut/imgui/issues/434)
+
![](https://user-images.githubusercontent.com/1193295/96875448-82059600-1477-11eb-93be-db904ae920a8.png)
+
+**nnview: a neural network viewer**
+
[github/lighttransport/nnview](https://github.com/lighttransport/nnview)
+
![](https://user-images.githubusercontent.com/1193295/96875679-ca24b880-1477-11eb-8d4c-022166c8a427.png)
+
+**Knobs**
+
[issue #942](https://github.com/ocornut/imgui/issues/942#issuecomment-268369298)
+
![](https://user-images.githubusercontent.com/1193295/96877128-8cc12a80-1479-11eb-9d19-904ceaf8e469.png)
+
+**Toggle Button**
+
[issue #1537](https://github.com/ocornut/imgui/issues/1537)
+
![](https://user-images.githubusercontent.com/1193295/96878596-51bff680-147b-11eb-8ded-f0bc241fa984.png)
+
+**ImGui::Auto()** (auto serialize into UI using C++17)
+
[github/Csabix/imgui](https://github.com/Csabix/imgui/tree/master/auto)
+
![](https://user-images.githubusercontent.com/1193295/96878992-c72bc700-147b-11eb-9796-b3c87b543856.png)
+
+Also [Useful Widgets](https://github.com/ocornut/imgui/labels/useful%20widgets) Tag in Issues.
## Virtual Reality (VR) / Reprojected UI plane
-| Shot | Link |
-|------|------|
-| ![]() | ImGuiVR: Demo code for using Imgui with OpenVR
[github/temcgraw/ImguiVR](https://github.com/temcgraw/ImguiVR)
[video](https://www.youtube.com/watch?v=nlwfn4HJw5E) |
-| ![](https://user-images.githubusercontent.com/1193295/96884668-0eb55180-1482-11eb-95da-1f513a9f5a77.png) | Desktop+
[github/elvissteinjr/DesktopPlus](https://github.com/elvissteinjr/DesktopPlus) |
-| ![](https://user-images.githubusercontent.com/1193295/96884752-25f43f00-1482-11eb-9dd9-9b302c5a2c05.png) | BIMXplorer
[homepage](https://www.bimxplorer.com/) |
-| ![](https://user-images.githubusercontent.com/1193295/96884840-42907700-1482-11eb-9d50-8aef7e88c4a6.png) | mpFluid CAVE Front End
[github/sariug/mpfluid_cave_frontend](https://github.com/sariug/mpfluid_cave_frontend) |
+
+**ImGuiVR**: Demo code for using Imgui with OpenVR
+
[github/temcgraw/ImguiVR](https://github.com/temcgraw/ImguiVR)
[video](https://www.youtube.com/watch?v=nlwfn4HJw5E)
+
+**Desktop+**
+
[github/elvissteinjr/DesktopPlus](https://github.com/elvissteinjr/DesktopPlus)
+
![](https://user-images.githubusercontent.com/1193295/96884668-0eb55180-1482-11eb-95da-1f513a9f5a77.png)
+
+**BIMXplorer**
+
[homepage](https://www.bimxplorer.com/) |
+
![](https://user-images.githubusercontent.com/1193295/96884752-25f43f00-1482-11eb-9dd9-9b302c5a2c05.png)
+
+**mpFluid CAVE Front End**
+
[github/sariug/mpfluid_cave_frontend](https://github.com/sariug/mpfluid_cave_frontend)
+
![](https://user-images.githubusercontent.com/1193295/96884840-42907700-1482-11eb-9d50-8aef7e88c4a6.png) | |
## Third party repos
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96885173-a4e97780-1482-11eb-84f6-637b1f2bd274.png) | ImGui-Addons-Branch-Home
[github/Flix01/imgui](https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home) |
-| ![]() | @leiradel's snippets
[github/leiradel/ImGuiAl](https://github.com/leiradel/ImGuiAl/) |
-| ![](https://user-images.githubusercontent.com/1193295/96885426-dd895100-1482-11eb-9f0f-f52a9f13eb18.png) | @nem0's snippets (in imgui_user.* files)
[github/nem0/LumixEngine]( https://github.com/nem0/LumixEngine/tree/master/external/imgui) |
-| ![](https://user-images.githubusercontent.com/1193295/96885795-3a850700-1483-11eb-99b0-8d3416796968.png) | @aoterodelaroza's snippets
[github/aoterodelaroza/imgui-goodies](https://github.com/aoterodelaroza/imgui-goodies) |
-| ![](https://user-images.githubusercontent.com/1193295/96885983-6e602c80-1483-11eb-9006-44b46d994730.png) | MetricsGui: controls for displaying performance metrics
[github/GameTechDev/MetricsGui](https://github.com/GameTechDev/MetricsGui) |
+
+**Flix01's ImGui-Addons**
+
[github/Flix01/imgui](https://github.com/Flix01/imgui/wiki/ImGui-Addons-Branch-Home)
+
![](https://user-images.githubusercontent.com/1193295/96885173-a4e97780-1482-11eb-84f6-637b1f2bd274.png)
+
+**@leiradel's snippets**
+
[github/leiradel/ImGuiAl](https://github.com/leiradel/ImGuiAl/)
+
+**@nem0's snippets** (in imgui_user.* files)
+
[github/nem0/LumixEngine](https://github.com/nem0/LumixEngine/tree/master/external/imgui)
+
![](https://user-images.githubusercontent.com/1193295/96885426-dd895100-1482-11eb-9f0f-f52a9f13eb18.png)
+
+**@aoterodelaroza's snippets**
+
[github/aoterodelaroza/imgui-goodies](https://github.com/aoterodelaroza/imgui-goodies)
+
![](https://user-images.githubusercontent.com/1193295/96885795-3a850700-1483-11eb-99b0-8d3416796968.png)
+
+**MetricsGui: controls for displaying performance metrics**
+
[github/GameTechDev/MetricsGui](https://github.com/GameTechDev/MetricsGui)
+
![](https://user-images.githubusercontent.com/1193295/96885983-6e602c80-1483-11eb-9006-44b46d994730.png)
## Software Renderer/Rasterizer
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96886295-bc753000-1483-11eb-863e-81056c1bd801.png) | Software Renderer for Dear ImGui
[github/emilk/imgui_software_renderer](https://github.com/emilk/imgui_software_renderer) |
-| ![]() | ImSoft (softraster for ImGui)
[github/LAK132/ImSoft](https://github.com/LAK132/ImSoft) |
+
+**Software Renderer for Dear ImGui**
+
[github/emilk/imgui_software_renderer](https://github.com/emilk/imgui_software_renderer)
+
![](https://user-images.githubusercontent.com/1193295/96886295-bc753000-1483-11eb-863e-81056c1bd801.png)
+
+**ImSoft (softraster for ImGui)**
+
[github/LAK132/ImSoft](https://github.com/LAK132/ImSoft) |
## Remoting
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96888198-a5374200-1485-11eb-9287-7842710de869.png) | netImGui: Dear ImGui remote access library and application
[github/sammyfreg/netImgui](https://github.com/sammyfreg/netImgui) |
-| ![](https://user-images.githubusercontent.com/1193295/96888493-f810f980-1485-11eb-89fb-eb75aa2cefa7.png) | imgui-ws: Dear ImGui over WebSockets
[github/ggerganov/imgui-ws](https://github.com/ggerganov/imgui-ws) |
-| ![]() | RemoteImGui: send vertices over the network
[github/JordiRos/remoteimgui](https://github.com/JordiRos/remoteimgui) |
-| ![](https://user-images.githubusercontent.com/1193295/96888707-31e20000-1486-11eb-8c2d-05bfe12998a1.png) | Android GLES3 stub with RemoteImGui
[github/CedricGuillemet/AndroidAppViewer](https://github.com/CedricGuillemet/AndroidAppViewer) |
+
+**netImGui: Dear ImGui remote access library and application**
+
[github/sammyfreg/netImgui](https://github.com/sammyfreg/netImgui)
+
![](https://user-images.githubusercontent.com/1193295/96888198-a5374200-1485-11eb-9287-7842710de869.png)
+
+**imgui-ws: Dear ImGui over WebSockets**
+
[github/ggerganov/imgui-ws](https://github.com/ggerganov/imgui-ws)
+
![](https://user-images.githubusercontent.com/1193295/96888493-f810f980-1485-11eb-89fb-eb75aa2cefa7.png)
+
+**RemoteImGui: send vertices over the network**
+
[github/JordiRos/remoteimgui](https://github.com/JordiRos/remoteimgui)
+
+**Android GLES3 stub with RemoteImGui**
+
[github/CedricGuillemet/AndroidAppViewer](https://github.com/CedricGuillemet/AndroidAppViewer)
+
![](https://user-images.githubusercontent.com/1193295/96888707-31e20000-1486-11eb-8c2d-05bfe12998a1.png)
## Terminal / Text mode
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96889022-7b324f80-1486-11eb-9cf2-74d0caf37de7.png) | ImTui: Immediate Mode Text-based User Interface
[github/ggerganov/imtui](https://github.com/ggerganov/imtui) |
-| ![]() | tear imgui: Experiment for a terminal-based renderer for imgui
[github/jonvaldes/tear_imgui](https://github.com/jonvaldes/tear_imgui) |
+
+**ImTui: Immediate Mode Text-based User Interface**
+
[github/ggerganov/imtui](https://github.com/ggerganov/imtui)
+
![](https://user-images.githubusercontent.com/1193295/96889022-7b324f80-1486-11eb-9cf2-74d0caf37de7.png)
+
+**tear imgui: Experiment for a terminal-based renderer for imgui
+
[github/jonvaldes/tear_imgui](https://github.com/jonvaldes/tear_imgui)
## Midi/OSC interfacing
-| Shot | Link |
-|------|------|
-| ![](https://user-images.githubusercontent.com/1193295/96889160-9ef59580-1486-11eb-9938-ae98c52dd4f3.png) | midi2osc: midi to opensoundcontrol bridge
[github/mmalex/midi2osc](https://github.com/mmalex/midi2osc) |
-| ![]() | devmidi: A simple MIDI input library that also dovetails into Dear ImGui
[github/antonthefirst/devmidi](https://github.com/antonthefirst/devmidi) |
\ No newline at end of file
+
+**midi2osc: midi to opensoundcontrol bridge**
+
[github/mmalex/midi2osc](https://github.com/mmalex/midi2osc)
+
![](https://user-images.githubusercontent.com/1193295/96889160-9ef59580-1486-11eb-9938-ae98c52dd4f3.png)
+
+**devmidi: A simple MIDI input library** that also dovetails into Dear ImGui**
+
[github/antonthefirst/devmidi](https://github.com/antonthefirst/devmidi)