vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
36 stars 14 forks source link

Discuss setter and getter nodes #30

Closed gregsn closed 1 year ago

gregsn commented 2 years ago

grafik

Especially those that have a widget input, but don't have a begin/end.

antongit commented 1 year ago

Getter > Query Setter > Command

They have no Widget Input for those without push/pop or begin/end. Query and Commands are connected via Cons.

SetIndent > IndentUnindent Add Indent, Unindent nodes.

antongit commented 1 year ago

Commands Overview: vvvv/VL.StandardLibs#40

Queries Overview: vvvv/VL.StandardLibs#39