Sebastian Gregor

Results 68 comments of Sebastian Gregor

#### Warming up brain We are in a similar spot as * IObservable, IEnumerable * ILayer (Skia) We need to assume that we'll be connected to several consumers. The first...

Great! Let's look at the possible implementations of each variant: ### Restricted Value Bezier * DeCasteljau (3+2+1 Lerp) on the CoDomain as this allows to use of all types of...

Uhm. I think I got the last part wrong. For a Vector3 there is not such a thing as a CP2 of type Vector3. We have 3 CP2 with each...

Hey! Thanks a lot! * If you disable the package compiler all packages (even the CoreLib, even if not listed in source package repositories nor in editable packages..) will get...

So instead of this: ![grafik](https://github.com/vvvv/VL-Language/assets/575557/3d359a67-1ccf-4c60-9c6c-01383a895183) you want an enum like this: ![grafik](https://github.com/vvvv/VL-Language/assets/575557/042b2657-ade2-452e-b8b1-bad1e6245567) on the definition side.

The visualization should be like this: For those guys that have **no incoming links**: * if an input has been introduced and this guy actually reads this initial incoming value,...

related: https://github.com/vvvv/VL-Language/issues/47

Please clarify: > Unfortunately this is not working when I set it here I still see the nodes in the node browser. * which nodes? In this example we are...

A) One way of looking at this request is this: * The state output of _mutable_ types was invented by VL just to make it easy for the user to...

C) all subtypes have corresponding nodes for all inherited operations from all supertypes. Their state input and output pins are typed with the subtype. When navigating into an interface e.g....