diff --git a/Bindings.md b/Bindings.md
index f3563cb..3268e16 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -88,9 +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 |
-## Port/rewrites
+## Ports and Rewrites
| 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 |