skia2/demos.skia.org
Kevin Lubick 1d9237e3c2 [canvaskit] Add demo excercising lots of text
There are two approaches taken - naively using a bunch
of drawTexts and using drawGlyphs. The latter runs about
twice as fast (45 ms per frame vs 90 ms per frame) at the
expense of more complex code (need to layout individual
glyphs in the JS).

Change-Id: I5bc93048c0297f036215f86244b395cf812226a4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/502369
Reviewed-by: Nathaniel Nifong <nifong@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-02-04 13:10:29 +00:00
..
demos [canvaskit] Add demo excercising lots of text 2022-02-04 13:10:29 +00:00
.gitignore [canvaskit] Add API to re-use Image textures and reduce flickering 2022-01-31 14:00:48 +00:00
Makefile [canvaskit] Add API to re-use Image textures and reduce flickering 2022-01-31 14:00:48 +00:00