Crates.io | fjadra |
lib.rs | fjadra |
version | 0.2.1 |
source | src |
created_at | 2024-11-19 14:58:33.208756 |
updated_at | 2024-12-11 11:38:19.788612 |
description | Library for simulating physical forces on particles |
homepage | |
repository | |
max_upload_size | |
id | 1453411 |
size | 134,536 |
A library for simulating physical forces on particles, which was heavily inspired by d3-force
.
Its main use case is to layout graphs (i.e. node-link diagrams)—if you are looking for a pure physics engine, you might want to check out the excellent Rapier and Parry from Dimforge.
[!WARNING] This library is currently under development so the API is still likely to change.
Development is sponsored by Rerun, a startup building
an SDK for visualizing streams of multimodal data.
d3-force
.wasm-bindgen
and no_std
support.d3
conventions where possible.We currently support the following forces:
Collide
)Center
)Link
)ManyBody
)PositionX
and PositionY
)