From 69e6a7e18a777ca31bb1b78fa27e0c641013f131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20G=C3=B6rtler?= Date: Wed, 18 Dec 2024 17:10:44 +0100 Subject: [PATCH] Add graph view example video (with subtitles) to `CHANGELOG` I did not have to re-encode so I just uploaded the original. --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62617d76040b..6f40cd8ec176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,11 @@ We've added two new logging primitives: [`GraphNodes`](https://rerun.io/docs/reference/types/archetypes/graph_nodes) and [`GraphEdges`](https://rerun.io/docs/reference/types/archetypes/graph_edges) that can be used to visualize node-link diagrams. For this, we have implemented a new Graph View that uses force-based layouts to draw graphs. -

- - - -

+This video demonstrates the main features of the new graph view: + +https://github.com/user-attachments/assets/77db75c9-a8d8-401d-b90d-3daf08baf0ba -Have a look at https://github.com/rerun-io/rerun/pull/7500 if you want to learn to more. +You can also have a look at https://github.com/rerun-io/rerun/pull/7500 if you want to learn to more. #### UX improvements