nodexr
nodexr copied to clipboard
A Question .
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 ?

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.
ok,i will try that blazor.diagrtams.