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
35 stars 14 forks source link

Auto Id generation should always happen #638

Closed azeno closed 1 year ago

azeno commented 1 year ago

Ids should always be created by us. Except the user provides a string with an explicit id. We can easily recognize that by checking the incoming string for the presence of '##'.