flowy-vue icon indicating copy to clipboard operation
flowy-vue copied to clipboard

Beautify the connection between nodes

Open mnixry opened this issue 3 years ago • 1 comments

In many node editor, the connections between nodes are mostly curves rather than straight lines Visually, this can achieve better results. Can you consider using Bezier curves, etc. instead of the current straight line connection?

There are some examples:

mnixry avatar Apr 08 '21 16:04 mnixry

hi @mnixry, I see Vue is in your skills list. The line is defined here: https://github.com/remcoplasmeyer/flowy-vue/blob/master/src/components/FlowyNode.vue#L218

Sadly I don't have time to fulfill your request as of now, I'll gladly review a PR, let me know if you're considering to contribute.

remcoplasmeyer avatar Apr 14 '21 10:04 remcoplasmeyer