Skip to content

About TGFX roadmap #63

Answered by domchen
xdestiny110 asked this question in General
Dec 6, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

If I can find the time, I may write an article that explores the core architecture of tgfx and the different design choices that set tgfx apart from Skia.
When referring to 'renderers', I believe you are specifically referring to path renderers. Indeed, tgfx only implements path renderers of triangulation and software rasterization. We conducted a test by disabling all GPU path renderers in Skia. To our surprise, we discovered that there was no decline in performance. In fact, we even observed a slight performance improvement. This result is not that hard to accept, especially considering that CoreGraphics on Apple platforms has never implemented any direct GPU path renderers throughout t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@xdestiny110
Comment options

@domchen
Comment options

Answer selected by domchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants