From a0efc9f31e8b7e0250daa976af968041c911df19 Mon Sep 17 00:00:00 2001 From: snigdhkarki <109591453+snigdhkarki@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:22:20 +0545 Subject: [PATCH] Update README.md with GUI simulator Linked the live interactive simulator and its getting started video tutorial in the end of getting started section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7afae8e..f596564 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ and running your own RISP networks, and to start exploring embedded applications Also, you may want to try [vrisp](markdown/vrisp.md), as its simulator is faster than the original RISP simulator. +You can also try the [RISP GUI Simulator](https://neuromorphic-processor-ui-dashboard.vercel.app/) for a web-based, interactive experience to visually design and simulate RISP networks. Learn how to use it in this [Video](https://www.youtube.com/playlist?list=PLIarkhy9e0fM). Here are links to the [frontend](https://github.com/snigdhkarki/Neuromorphic-Processor-UI) and [backend](https://github.com/snigdhkarki/Neuromorphic-backend-testing) repository. + ----------------- # Additional Examples