OLD | NEW |
1 WebTry Server | 1 WebTry Server |
2 ============= | 2 ============= |
3 | 3 |
4 Allows trying out Skia code in the browser. Run a local webserver | 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 | 5 and from the pages it serves try out Skia code and see the results |
6 immediately. To make sandboxing easier this must be built w/GPU off. | 6 immediately. |
7 | 7 |
8 | 8 |
9 Running Locally | 9 Running Locally |
10 =============== | 10 =============== |
11 | 11 |
12 One time setup: | 12 One time setup: |
13 | 13 |
14 $ export SKIA_ROOT=path_to_your_skia_source | 14 $ export SKIA_ROOT=path_to_your_skia_source |
15 $ export WEBTRY_INOUT=path_to_a_writeable_directory | 15 $ export WEBTRY_INOUT=path_to_a_writeable_directory |
16 $ mkdir -p $WEBTRY_INOUT | 16 $ mkdir -p $WEBTRY_INOUT |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 2. cd ~/skia/experimental/webtry/setup | 86 2. cd ~/skia/experimental/webtry/setup |
87 3. git pull | 87 3. git pull |
88 4. ./webtry_setup.sh | 88 4. ./webtry_setup.sh |
89 | 89 |
90 | 90 |
91 Third Party Code | 91 Third Party Code |
92 ================ | 92 ================ |
93 | 93 |
94 * res/js/polyfill.js - Various JS polyfill libraries. To rebuild or update | 94 * res/js/polyfill.js - Various JS polyfill libraries. To rebuild or update |
95 see poly/README.md. | 95 see poly/README.md. |
OLD | NEW |