aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/index.md
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2015-01-05 11:17:27 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-05 11:17:27 -0800
commit942262fcb5d4cc35231d698df70e53a101fef679 (patch)
tree8f76fadbe2dba581bc4731ac422e215ce376d31b /site/user/index.md
parent53a8f216a85781476350474dd6e37f36426da995 (diff)
First set of minimal docs for the new Markdown server, which will eventually replace https://sites.google.com/site/skiadocs/.
Design of the new Markdown server is documented here: https://github.com/google/skia-buildbot/blob/master/doc/README.md You can see the server up and running here: http://skiadocs.com:8000/ This is *reed because it adds a new top level directory to the skia repo. BUG=skia: Review URL: https://codereview.chromium.org/835083003
Diffstat (limited to 'site/user/index.md')
-rw-r--r--site/user/index.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/site/user/index.md b/site/user/index.md
new file mode 100644
index 0000000000..5fb51e8898
--- /dev/null
+++ b/site/user/index.md
@@ -0,0 +1,20 @@
+User Documentation
+==================
+
+If you want to write code that uses the Skia library, this is the place for you.
+
+The Skia graphics library can be used for drawing Text, Geometries, and Images:
+
+ * 3x3 matrices w/ perspective
+ * antialiasing, transparency, filters
+ * shaders, xfermodes, maskfilters, patheffects
+ * subpixel text
+
+Device backends for Skia currently include:
+
+ * Raster
+ * OpenGL
+ * PDF
+ * XPS
+ * Picture (for recording and then playing back into another Canvas)
+