skia2/demos.skia.org/Makefile
Kevin Lubick c0fcc50344 [canvaskit] Add in fillText to spreadsheet demo for comparison
The drawGlyphs implementation seems to have a 20-30% performance
edge and drawText is a few percent slower than fillText on my
machine.

Change-Id: I5b8a623bcd4fdbfea3d534d3dbaf3d6f38d37e55
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/508921
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-02-15 15:35:43 +00:00

7 lines
175 B
Makefile

.PHONY: local
local:
echo "Go check out http://localhost:8123/demos/hello_world/index.html"
rm -f build
ln -s ../modules/canvaskit/build build
python3 -m http.server 8123