Cross-posted at Mathematica stack.
<< IGraphM`
g = CompleteGraph[{2, 2, 2, 2}]
IGGraphEditor[g]
In IGGraphEditor, we can easily move vertices of the above graph $K_{2,2,2,2}$, but drawn edges are always straight lines and cannot be altered to be curved.

For example, I prefer the following layout of $K_{2,2,2,2}.$

I don't know what is difficult about that? Because many dynamic drawing systems, such as houseofgraphs and layout = interactive in maple also only provide the ability to draw straight lines.
Cross-posted at Mathematica stack.
In$K_{2,2,2,2}$ , but drawn edges are always straight lines and cannot be altered to be curved.

IGGraphEditor, we can easily move vertices of the above graphFor example, I prefer the following layout of$K_{2,2,2,2}.$
I don't know what is difficult about that? Because many dynamic drawing systems, such as houseofgraphs and
layout = interactivein maple also only provide the ability to draw straight lines.