Container with freely positioned children? #969
johannesvollmer
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There's no free positioning container indeed, but the usual approach to a node editor would be with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to build a node editor. The user should be able to place and drag some nodes around on in infinite container. Later, the container should also support scaling and translating all children at once, in order to navigate the node graph.
I couldn't find a Container suitable for this, as all containers would automatically layout their children. Is there a container for this? Is there a guide on Iced yet, where I could lookup something like this? I would love to contribute such a widget if there is none yet.
Beta Was this translation helpful? Give feedback.
All reactions