Post B9GIOFxoc46PaXt2vI by lethalbit@vt.social
(DIR) More posts by lethalbit@vt.social
(DIR) Post #B9FsSbuGNIiLzbdnAO by lethalbit@vt.social
0 likes, 0 repeats
Random question, anyone have any leads/threads on decent directed planar orthogonal graph layout algorithms?
(DIR) Post #B9Ft9AJIquCIrBe2RU by lethalbit@vt.social
0 likes, 0 repeats
I don't think I can bend graphviz to my will for this in general, either, as I need custom node shapes with fixed positions for incoming and outgoing edges, But I *really* don't want to write my own graph layout engine....
(DIR) Post #B9FvCJzjVD4tfZ7jVo by lethalbit@vt.social
0 likes, 0 repeats
mmm, maybe just gutting what I want from ELK and porting it to Rust is the way to go here...
(DIR) Post #B9GFXug4JGi2bUUzse by kris@todon.eu
0 likes, 0 repeats
@lethalbit ELK?I've been looking for graphviz alternatives as well, i saw something great online once but i've completely lost it :(
(DIR) Post #B9GIOFxoc46PaXt2vI by lethalbit@vt.social
0 likes, 0 repeats
@kris ELK is the Eclipse Layout Kernel It seems to be a better fit for what I want anyway, the only downside is it's Java, so i'm going to have to port it to Rust :v(There is an elkrs crate but the author seems to be all in on LLM slop, and also the repo doesn't exist anymore, even through it's on crates.io, so shrug)