skia2/experimental/webtry
2014-03-11 22:57:50 +00:00
..
index.html First pass at a web app that lets you run Skia code and see the results. 2014-03-11 22:57:50 +00:00
README First pass at a web app that lets you run Skia code and see the results. 2014-03-11 22:57:50 +00:00
server.py First pass at a web app that lets you run Skia code and see the results. 2014-03-11 22:57:50 +00:00
template.cpp First pass at a web app that lets you run Skia code and see the results. 2014-03-11 22:57:50 +00:00

WebTry
======

Allows trying out Skia code in the browser. Run a local webserver
and from the pages it serves try out Skia code and see the results
immediately.

Running
=======

$ cd experimental/webtry
$ python server.py

Then visit http://localhost:8765 in your browser.