flandreas / antares

Digital circuit learning platform
49 stars 6 forks source link

Avoid overlapping wires in layout algorithm #573

Closed flandreas closed 1 year ago

flandreas commented 1 year ago

The situation as depicted below occurs quite often when wiring components. The middle segment of the second wire is placed at the same x-coordinate as the one of the first wire.

overlapping-wires

In the current version, the orthogonal layout algorithm does not attempt to avoid such situations. Try to improve that.

flandreas commented 1 year ago

Implemented as "experimental" feature that a user can turn off in the preferences.