-
Notifications
You must be signed in to change notification settings - Fork 109
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
Allow Taffy to be used with f64 values where we currently f32 #332
Comments
I'm nervous about swapping completely: doubling the memory usage does matter, both in games and on mobile. |
A couple of notes on this one:
|
Instead to force
In this way you can use |
@Loara What is a 3D widget in TUI? I've never heard of that. |
What problem does this solve or what need does it fill?
linebender/xilem#37 (comment)
2^24 is 16,777,216 which seems very high. But I suppose that's not out of the range of a very long scroll region, and of course we also need to be able to represent decimal values.
What solution would you like?
Either:
What alternative(s) have you considered?
Accept that Taffy won't work precisely at large sizes.
Additional context
We might want to think about how this interacts with #225 (which may want to add a pointer or slotmap key value to Dimension)
The text was updated successfully, but these errors were encountered: