retejs / task-plugin

6 stars 10 forks source link

Plugin utility #9

Open Githamza opened 4 years ago

Githamza commented 4 years ago

I'm not able to understand what does this plugin, as there is no definition in readme

Ni55aN commented 4 years ago

https://rete.js.org/#/docs/plugins/task

https://codepen.io/Ni55aN/pen/MOYPEz https://codepen.io/Ni55aN/pen/rpOKNb

Githamza commented 4 years ago

in https://rete.js.org/#/docs/plugins/task you explain every line code of the plugin rather than what the plugin does globally , without that it's difficult to understand how to use it and in which cases.

Ni55aN commented 4 years ago

https://github.com/retejs/rete/issues/351

drone1 commented 1 year ago

@Ni55aN can you please describe in a sentence what problem this plugin is solving? Thank you.

Can your tasks/alert example not be achieved without 'tasks'? https://codepen.io/Ni55aN/pen/MOYPEz

Ni55aN commented 1 year ago

@drone1 this plugin acts similar to UE's Flow Control By default, the graph is processed as a data stream, and this plugin allows you to turn some nodes into controlled ones

But keep in mind that this approach is not well scalable (e.g. with module plugin) and perhaps you need your own solution for your task

drone1 commented 1 year ago

Thank you for getting back to me.

When you say I may need my own solution, do you mean implement my own plugin altogether?

Would getting task-plugin working with the module plugin be a lot of work? Does anyone have plans to work on that?

Thanks again.

On Mon 22. Aug 2022 at 10:52, Vitaliy Stoliarov @.***> wrote:

@drone1 https://github.com/drone1 this plugin acts similar to UE's Flow Control https://docs.unrealengine.com/4.27/en-US/ProgrammingAndScripting/Blueprints/UserGuide/FlowControl/ By default, the graph is processed as a data stream, and this plugin allows you to turn some nodes into controlled ones

But keep in mind that this approach is not well scalable (e.g. with module plugin) and perhaps you need your own solution for your task

— Reply to this email directly, view it on GitHub https://github.com/retejs/task-plugin/issues/9#issuecomment-1222053003, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIEPC7BVUFCPY25P2JS4LV2M5WRANCNFSM4KSXW6ZQ . You are receiving this because you were mentioned.Message ID: @.***>