vvvv / VL-Language

The official repo for the design of the VL programming language
31 stars 0 forks source link

[Quest] Dynamic Pins on steroids #27

Open sebllll opened 4 years ago

sebllll commented 4 years ago

I Like Dynamic Pins.

already in beta it was quite nice when creating complex nodes that you could create in- and output pins via code.

I have a exemplary usecase:

the same applies for inputpins of course, which i'd say are simpler to solve as outputpins. i've choosen this example, because it adds extra complexity regarding generic/typed.


related: there's already ISolution.ModifyPinGroup(NodeID, PinGroup, IsInput) and PinGroupBuilderwhich goes into that direction