Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to Fjädra, a force-based graph layout library #6208

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

grtlr
Copy link
Contributor

@grtlr grtlr commented Dec 18, 2024

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 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.

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.
@bennyvasquez
Copy link
Contributor

Thank you!

@bennyvasquez bennyvasquez merged commit a3eb9af into rust-lang:master Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants