diff --git a/Bindings.md b/Bindings.md
index 84c649b..e2e7d1b 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -108,6 +108,7 @@ Other backends:
| vtk | **imgui-vtk**:
https://github.com/trlsmax/imgui-vtk
| VulkanHpp | **ImGui-VulkanHpp**:
https://github.com/takiyu/ImGui-VulkanHpp
| VulkanSceneGraph | **vsgImGui**:
https://github.com/vsg-dev/vsgImGui
+| vvvv | **VL.ImGui**:
https://github.com/vvvv/VL.StandardLibs/tree/main/VL.ImGui
(Shipping with vvvv out-of-the-box)
| Win32 (native) example | **example_win32_opengl3**:
Unmerged PR: [#2772](https://github.com/ocornut/imgui/pull/2772), [#281](https://github.com/ocornut/imgui/pull/281) (old example design) |
| Win32 GDI renderer | **imgui_impl_gdi**:
Unmerged PR: [#2724](https://github.com/ocornut/imgui/pull/2724)
| WxWidgets | **wxImGuiCanvas.h**:
https://github.com/ocornut/imgui/issues/1029