paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
2.92k stars 794 forks source link

Enable custom Node connections #386

Open dine-j opened 1 year ago

dine-j commented 1 year ago

Hi!

I'm working on a project and would like to have more flexibility with Connections styles. I've added a few classes that should enable that, very much inspired by the work done for Nodes.

Let me know what you think.

paceholder commented 1 year ago

I was thinking along these lines, let met pull your code and look through it carefully.

Thanks for ther PR!

xiaoxiao-zhou-q commented 1 year ago

First of all, thank you for sharing!

I have seen this project, and I have an idea about how to make a group of processes (connected) realize Thread pool when the internal algorithm of some nodes takes a long time. The purpose is to optimize the overall time, and the second is to ensure that the Home screen is not stuck normally Tencent QQ: 316995834

nolankramer commented 1 month ago

This change looks great, is there any additional feedback for the PR author? Or can it be merged?