From 10dd4d631cfd7330e19ea3cff5ff7d37f9730971 Mon Sep 17 00:00:00 2001 From: mhessler97 <36339436+mhessler97@users.noreply.github.com> Date: Sat, 5 Dec 2020 05:40:06 -0800 Subject: [PATCH] Added another unofficial version of the library. Another unofficial version of this library for another language has been added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5fda04..6e57da0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The primary purpose of the provided software is to be easy to read and education Some unofficial versions in other languages are being developed: * [C++ version](https://github.com/Le0nX/ModernRoboticsCpp) * [Julia version](https://github.com/ferrolho/ModernRoboticsBook.jl) +* [Nim version](https://github.com/Nimbotics/ModernRoboticsNim) Some libraries built on ours: * [tf_rbdl](https://github.com/junhyeokahn/tf_rbdl#tf_rbdl), which refactors the Python version using the package `tensorflow`.