From 4582ad3fce474eec2978e80144a1242b2baaea17 Mon Sep 17 00:00:00 2001 From: Dmitrii Samsonov Date: Wed, 5 Jul 2023 12:55:50 +0400 Subject: [PATCH] Added egui_graphs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a2a818..4d00e20 100644 --- a/README.md +++ b/README.md @@ -1061,6 +1061,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [milliams/plotlib](https://github.com/milliams/plotlib) — * [plotters](https://github.com/plotters-rs/plotters) — [![build badge](https://github.com/plotters-rs/plotters/workflows/CI/badge.svg)](https://github.com/plotters-rs/plotters/actions) * [rerun](https://github.com/rerun-io/rerun) — [[rerun](https://crates.io/crates/rerun)] — An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time. +* [blitzarx1/egui_graphs](https://github.com/blitzarx1/egui_graphs) - Interactive graph visualization widget for rust powered by egui and petgraph. * [saresend/gust](https://github.com/saresend/Gust) — ### Database