Is there free custom layout engines?

Hello
Hère we can see it’s possible to create custom layout engines.
https://graphviz.org/docs/layouts/

Any free engines available?

For my data, my favorite ones are: circo, fdp, sfdp.

Here is a list of other systems that hook into Graphviz in some way. Most would not be considered layout engines, but that is in the eye of the user.
Also there is radialLayout.gvpr, though it interfaces in a different way than described in the page you pointed to.

You wrote “Here is a list…”.

Where’s the list?

Whoops, the list has recovered from my sub-optimal editing

Thanks!

But I can’t see any custom layout engine.

Eye of the beholder.
What are your requirements (in addition to free)?

I explore the different ways to represent my graph.
So if they are custom layout engines, I want to try them.

I recommend exploring the neato options, especially the mode and model attributes.

Thanks!
neato with model “subset” suits very well with my data.