You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I was wondering if someone can give me some pointers on how to implement a absolute layout widget to be used with something like a node graph? I have used the PanZoom widget that was posted on discord and modified it to implement snapping and show a grid, but it currently doesn't support adding other widgets to it. Following the virtualList and VirtualStack it is unclear to me what exactly is needed.
20240706-1818-38.2816432.mp4
The text was updated successfully, but these errors were encountered:
That's what I am trying to do but I am not sure which aspects of the other layout widgets to copy? The two virtual widget currently in floem have some differences. For example the stack uses a diff and stores the children in it's strict definition as well as in the ECS so I am not sure which of the two more closely follows the way thing should be done in floem
Hi there! I was wondering if someone can give me some pointers on how to implement a absolute layout widget to be used with something like a node graph? I have used the PanZoom widget that was posted on discord and modified it to implement snapping and show a grid, but it currently doesn't support adding other widgets to it. Following the virtualList and VirtualStack it is unclear to me what exactly is needed.
20240706-1818-38.2816432.mp4
The text was updated successfully, but these errors were encountered: