skia2/demos.skia.org/Makefile
Kevin Lubick 994c946bd3 [canvaskit] Add API to re-use Image textures and reduce flickering
This creates a new SkImage with the same texture and changes it
out without the user noticing (or needing to delete the old Image).

Change-Id: I3a1ce6d4a335873f2b7670d56dadfccdc7881c38
Bug: skia:12723
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/495556
Reviewed-by: Nathaniel Nifong <nifong@google.com>
2022-01-31 14:00:48 +00:00

7 lines
180 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
python2 -m SimpleHTTPServer 8123