Skip to content

Commit 0785725

Browse files
authored
Add a link to Fjädra, a force-based graph layout library
Fjädra (or `fjadra`) is a force-based layout engine written in pure Rust without dependencies. It aims to port the very popular [d3-force](https://d3js.org/d3-force) from JavaScript as closely as possible. ### Disclaimer This library powers the graph view of Rerun which is mentioned here: https://github.com/rust-lang/this-week-in-rust/pull/6207/files. However, Fjädra is standalone and does not require Rerun—I still thought it may be worth mentioning. If people think that these two releases are too closely related, please prefer the PR linked above. Thank you.
1 parent 2e9472c commit 0785725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

draft/2024-12-18-this-week-in-rust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ and just ask the editors to select the category.
3737

3838
### Project/Tooling Updates
3939

40+
* [Introducing Fjädra — a Rust port of `d3-force` for graph layouts](https://github.com/grtlr/fjadra)
41+
4042
### Observations/Thoughts
4143

4244
### Rust Walkthroughs

0 commit comments

Comments
 (0)