Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement Layout Using Taffy Library #1

Open
ThomasFrans opened this issue Jan 22, 2023 · 0 comments
Open

Reimplement Layout Using Taffy Library #1

ThomasFrans opened this issue Jan 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ThomasFrans
Copy link
Owner

ThomasFrans commented Jan 22, 2023

What do you want to improve?
Currently cursive-flexbox uses a manual implementation of flexbox. The Rust library Taffy has a generic implementation of a flexbox that also adheres to the standard and would probably be faster, more efficient and promise better quality in general. I'm currently not considering moving to Taffy as part of this project was to learn the ins and outs of flexbox, but if anyone else would be interested, I would happily accept the change.

How would you want to improve it?
Reimplement the layout part of this library using Taffy.

@ThomasFrans ThomasFrans added the enhancement New feature or request label Jan 22, 2023
@ThomasFrans ThomasFrans changed the title Reimplement Layout Using Stretch Library Reimplement Layout Using Taffy Library Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant