Skip to content

Comments

feat(renderer): add ContentDrawable to View for direct drawing#1562

Open
aymanbagabas wants to merge 1 commit intomainfrom
v2-drawable
Open

feat(renderer): add ContentDrawable to View for direct drawing#1562
aymanbagabas wants to merge 1 commit intomainfrom
v2-drawable

Conversation

@aymanbagabas
Copy link
Member

This commit introduces a new field, ContentDrawable, to the View struct, allowing to provide a uv.Drawable as the content of the view. This enables more efficient rendering for complex views by allowing direct drawing to the underlying buffer directly without converting to a string first.

This commit introduces a new field, ContentDrawable, to the View struct,
allowing to provide a uv.Drawable as the content of the view. This
enables more efficient rendering for complex views by allowing direct
drawing to the underlying buffer directly without converting to a string
first.
@lrstanley lrstanley mentioned this pull request Dec 22, 2025
Base automatically changed from v2-exp to main February 24, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant