cross-platform / dspatch

The Refreshingly Simple Cross-Platform C++ Dataflow / Patching / Pipelining / Graph Processing / Stream Processing / Reactive Programming Framework
https://flowbasedprogramming.com/
BSD 2-Clause "Simplified" License
220 stars 44 forks source link

Does the project's flow graph support subgraphs? #51

Closed libaineu2004 closed 1 year ago

libaineu2004 commented 1 year ago

Does the project's flow graph support subgraphs? Subgraph - Also a node that contains a complete graph. how to create a Subflow Graph?

MarcusTomlinson commented 1 year ago

There's no built-in support for this no. You could achieve this by creating a Component that has a Circuit inside of it.

libaineu2004 commented 1 year ago

There's no built-in support for this no. You could achieve this by creating a Component that has a Circuit inside of it.

Ok, I see is the project, https://github.com/taskflow/taskflow. And I thought it was very similar to yours.

https://github.com/taskflow/taskflow https://github.com/cneben/QuickQanava