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
I don't think yoga flexbox implementation would go well with the engine. The Flexbox layout needs to be implemented natively to be performant, it isn't that hard to add a Flexbox layout, I just didn't have the opportunity yet (but it's planned). There are some reference implementations that are very small and can be taken as a reference in the future, for example: https://github.com/randrew/layout and https://github.com/Sleen/FlexLayout
This is an interesting project for a collaborator, anyone is more than invited to look into it if interested, I can provide support for the implementation.
SpartanJ
changed the title
add yoga flexbox support
Add flexbox support
Apr 5, 2023
https://github.com/facebook/yoga
Yoga is a cross-platform layout engine which implements Flexbox.
The text was updated successfully, but these errors were encountered: