From 4b40b2041d438b2da2396a25aa3437906826f4e2 Mon Sep 17 00:00:00 2001 From: Zhen Li <45376537+li3zhen1@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:25:48 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 462ea65..f750038 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,23 @@ Source code: [ForceDirectedGraph3D/ContentView.swift](https://github.com/li3zhen
+ +### Mermaid Visualization + +Instant visualization for simple mermaid syntaxes. + + + + +https://github.com/li3zhen1/Grape/assets/45376537/80d933c1-8b5b-4b1a-9062-9628577bd2e0 + + + +Source code: [MermaidVisualization.swift](https://github.com/li3zhen1/Grape/blob/main/Examples/ForceDirectedGraphExample/ForceDirectedGraphExample/MermaidVisualization.swift) + +
+ + ### Lattice Simulation This is a 36x36 force directed lattice like [Force Directed Lattice](https://observablehq.com/@d3/force-directed-lattice): @@ -65,6 +82,7 @@ https://github.com/li3zhen1/Grape/assets/45376537/5b76fddc-dd5c-4d35-bced-29c012 Source code: [Lattice.swift](https://github.com/li3zhen1/Grape/blob/main/Examples/ForceDirectedGraphExample/ForceDirectedGraphExample/Lattice.swift)
+