Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: experimental/webtry/README

Issue 195143004: First pass at a web app that lets you run Skia code and see the results. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove stray png Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/webtry/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/README
diff --git a/experimental/webtry/README b/experimental/webtry/README
new file mode 100644
index 0000000000000000000000000000000000000000..a36ac8a3fedf6b0ad7512982bd56e681934b0c35
--- /dev/null
+++ b/experimental/webtry/README
@@ -0,0 +1,16 @@
+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.
+
+
« no previous file with comments | « no previous file | experimental/webtry/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698