Browse Source

Added other known bindings

Jorrit Rouwe 2 years ago
parent
commit
b0f889f0ca
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -117,9 +117,11 @@ For build instructions go to the [Build](Build/README.md) section. When upgradin
 * UnitTests - A set of unit tests to validate the behavior of the physics engine.
 * WebIncludes - A number of JavaScript resources used by the internal profiling framework of the physics engine.
 
-## Bindings
+## Bindings For Other Languages
 
-* [JoltPhysicsSharp](https://github.com/amerkoleci/JoltPhysicsSharp) Modern C# bindings.
+* [C#](https://github.com/amerkoleci/JoltPhysicsSharp)
+* [JavaScript](https://github.com/jrouwe/JoltPhysics.js)
+* [Zig](https://github.com/michal-z/zig-gamedev)
 
 ## License