Closed mitchmindtree closed 10 months ago
Allows for smoother positioning of nodes, useful when auto-layout is set.
Currently interpolates the x and y axes separately as egui only allows animating bools or f32s.
bool
f32
TODO: Turn off the interpolation when the node is being dragged.
Also makes the graph background colour solid, otherwise demo window is semitransparent on wayland.
Allows for smoother positioning of nodes, useful when auto-layout is set.
Currently interpolates the x and y axes separately as egui only allows animating
bool
s orf32
s.TODO: Turn off the interpolation when the node is being dragged.
Also makes the graph background colour solid, otherwise demo window is semitransparent on wayland.