-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Recalculating bounding boxes of vello text is not efficient to compute and should be updated only when the text itself changes.
Potential optimizations:
- We can heavily rely on component hooks in bevy to determine if style/text change to re-calculate AABB size, rather than computing every update.
- We can rely on potential APIs within parley or vello to use glyph caching.
RobertBrewitz
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request