Taffy built in to my library? #715
Unanswered
test3211234
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have no idea how to do this. If I had widgets/views like Xilem, but with Taffy built in first-class instead of BoxConstraints (so we can use TaffyTree internally instead of traits externally), what would the
layout
andmeasure
/compute_max_intrinsic
function signatures look like and how would they be used (instead of the BoxConstraints that Masonry has)? Also, when Taffy is the main layout paradigm and there's no BoxConstraints, I don't see how I would makeflex((...))
widget(s)/view(s) that take as arguments other widgets.Beta Was this translation helpful? Give feedback.
All reactions