Missing operator nodes

FlowCanvas Forums Support Missing operator nodes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #309
    pawels
    Participant

    I noticed that some commonly used C# operators are not implemented as nodes in FlowCanvas. I can add them myself as custom nodes or macros, but I think such basic operations should be included from the start:

    string + string (joining two strings)
    integer % integer (modulo)

    Also I think there should be an option to add more input ports to nodes like + and * (unless it can’t be done for technical reasons).

    #314
    Gavalakis
    Keymaster

    Good call. I will add these and some more for the next version.
    As for having multiple inputs in these nodes, I will have to refactor the way these nodes (SimplexNodes) work. One idea I have in mind is the ability to have a special List input, which though is special in the sense that instead of exposing an actual List port type, it exposes a list of ports of T type.
    I will take a look at implementing this as soon as possible.

    Thanks for your suggestions!

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.