nodexr icon indicating copy to clipboard operation
nodexr copied to clipboard

A Question .

Open kiranmaya opened this issue 3 years ago • 2 comments

Hi, I'm writing a Trading application, I need a node-based logic editor, will this work for my needs, does it have a start node and end node, custom node example, etc. this is screenshot of winForms.Can I replicate with these nodes just by writing custom nodes ? Screenshot_2

kiranmaya avatar Jun 21 '22 03:06 kiranmaya

In theory you could take the code from Nodexr and implement all those features, but it won't be easy since the node editor in Nodexr was never really designed to be used in other projects. I've improved this a bit over time, but there's still a lot of things that would need to be rewritten (e.g., drag/drop and the calculations for the placement of noodles).

I'd suggest using something like Blazor.Diagrams instead, but keep in mind that there will still be quite a lot of work to implement the logic for dataflow etc. between nodes.

Jcparkyn avatar Jun 22 '22 02:06 Jcparkyn

ok,i will try that blazor.diagrtams.

kiranmaya avatar Jun 22 '22 09:06 kiranmaya