OLD | NEW |
---|---|
(Empty) | |
1 WebTry | |
2 ====== | |
3 | |
4 Allows trying out Skia code in the browser. Run a local webserver | |
5 and from the pages it serves try out Skia code and see the results | |
6 immediately. | |
7 | |
8 Running | |
9 ======= | |
10 | |
11 $ cd experimental/webtry | |
12 $ python server.py | |
13 | |
14 Then visit http://localhost:8765 in your browser. | |
15 | |
16 | |
OLD | NEW |