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
40 stars 15 forks source link

`LayerWidget` is probably `SkiaLayer` Primitive #17

Closed antongit closed 1 year ago

antongit commented 1 year ago

From the CSS specs, just for completeness: The element is removed from the normal document flow, and no space is created for the element in the page layout. It is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block.

The general idea about widgets and primitive (from @gregsn): primitives are used to make widgets, there should be an example of doing so, like: an ExampleWidget that uses Group with primitives, CursorPos etc.

antongit commented 1 year ago

LayerWidgets behaves now like other Widgets.