paceholder / nodeeditor

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

Library for commonly used NodeDataModel implementation #320

Closed Yadunund closed 2 years ago

Yadunund commented 2 years ago

Hi @paceholder ,

This is a really cool project!

I'm wondering if there is a repo somewhere or document that collates all the user implemented NodeDataModels so that they can be reused by the community?

The examples/ folder is great but models are not shared between the examples there. It would be awesome if there is a separate library that exports a common set of nodes.

paceholder commented 2 years ago

Hi @Yadunund ,

I am afraid that the library is general enough that it would be hard to collect some "common" model implementations. In most cases the consumers of the library modify it to answer their specific needs.

Let met know if you have some more specific requests.

Best,

Dmitry

Yadunund commented 2 years ago

Gotcha, thanks for the quick response!