From a64fdad24e0bb6fab39b71beee1247b3390264ed Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Fri, 13 Dec 2024 21:40:45 +0100 Subject: [PATCH] Add a Tools section to readme.md (#224) Closes #178 and #79 --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4f40cdb3d..1418ae309 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,10 @@ Tests are located in the `test/` folder. Load `test/test.html` in your browser o Robot works with a variety of UI libraries, and includes integrations for React, Preact, Haunted, and more. See the [integrations page](https://thisrobot.life/integrations.html) to learn more. +## Tools + +* Visualization of robot state machines: [robot3-viz](https://github.com/jbreckmckye/robot3-viz) + ## License -BSD-2-Clause \ No newline at end of file +BSD-2-Clause