nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

Headless equivalent to execute flow

Open nyue opened this issue 6 years ago • 4 comments

Hi,

Is there a way to run an equivalent flow not as a UI application but a console application where there is no graphics driver/hardware at all ?

I am looking for a headless equivalent.

Cheers

nyue avatar Mar 28 '19 11:03 nyue

That's possible in the model-view-controller refactor of #117. It even includes a headless example: https://github.com/paceholder/nodeeditor/tree/1bb2562fb5e25f7fc680ec98294afa02092bc234/examples/headless

klauer avatar Mar 28 '19 16:03 klauer

@nyue there are many available pure computation dataflow libraries - tbb::flow_graph (part of Intel TBB), https://github.com/cpp-taskflow/cpp-taskflow, https://github.com/RaftLib/RaftLib...

jcelerier avatar Mar 28 '19 16:03 jcelerier

That's possible in the model-view-controller refactor of #117. It even includes a headless example: https://github.com/paceholder/nodeeditor/tree/1bb2562fb5e25f7fc680ec98294afa02092bc234/examples/headless

@klauer That branch can be considered stable?

Daguerreo avatar Mar 29 '19 10:03 Daguerreo

any update ?

MrAhmedSayedAli avatar Sep 24 '19 14:09 MrAhmedSayedAli

Implemented in v3

paceholder avatar Nov 28 '22 15:11 paceholder