1Skia Graphics Library 2===================== 3 4Skia is an open source 2D graphics library which provides common APIs that work 5across a variety of hardware and software platforms. It serves as the graphics 6engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox 7OS, and many other products. 8 9Skia is sponsored and managed by Google, but is available for use by anyone 10under the BSD Free Software License. While engineering of the core components 11is done by the Skia development team, we consider contributions from any 12source. 13 14 * Canonical source tree: 15 [skia.googlesource.com/skia](https://skia.googlesource.com/skia). 16 * Issue tracker: 17 [bug.skia.org](https://bug.skia.org/). 18 * Discussion forum: 19 [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss). 20 21Showcase 22-------- 23 24Click on any image below to see the source code that generated the image. 25<table> 26 <tr><th>Shapes</th><th>Bézier Curves</th></tr> 27 <tr> 28 <td> 29 <a href='https://fiddle.skia.org/c/@shapes'><img src='https://fiddle.skia.org/i/@shapes_raster.png'></a> 30 </td> 31 <td> 32 <a href='https://fiddle.skia.org/c/@bezier_curves'><img src='https://fiddle.skia.org/i/@bezier_curves_raster.png'></a> 33 </td> 34 </tr> 35 36 <tr><th>Translations and Rotations</th><th>Text Rendering</th></tr> 37 <tr> 38 <td> 39 <a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_raster.png'></a> 40 </td> 41 <td> 42 <a href='https://fiddle.skia.org/c/@text_rendering'><img src='https://fiddle.skia.org/i/@text_rendering_raster.png'></a> 43 </td> 44 </tr> 45 46 <tr><th>Discrete Path Effects</th><th>Composed Path Effects</th></tr> 47 <tr> 48 <td> 49 <a href='https://fiddle.skia.org/c/@discrete_path'><img src='https://fiddle.skia.org/i/@discrete_path_raster.png'></a> 50 </td> 51 <td> 52 <a href='https://fiddle.skia.org/c/@compose_path'><img src='https://fiddle.skia.org/i/@compose_path_raster.png'></a> 53 </td> 54 </tr> 55 <tr><th>Sum Path Effects</th><th>Shaders</th></tr> 56 <tr> 57 <td> 58 <a href='https://fiddle.skia.org/c/@sum_path_effect'><img src='https://fiddle.skia.org/i/@sum_path_effect_raster.png'></a> 59 </td> 60 <td> 61 <a href='https://fiddle.skia.org/c/@shader'><img src='https://fiddle.skia.org/i/@shader_raster.png'></a> 62 </td> 63 </tr> 64</table> 65 66Roadmap 67------- 68For a look at high level items we have on tap the next 6-12 months, view our 69roadmap [here](https://docs.google.com/document/d/1C9w8qpPpdgNGThqmgNnTToLZ5UYK4TsUGl5X3B_q6oM/edit?usp=sharing). 70Note it is a living document that changes based on the requirements of our users. 71 72