Home | History | Annotate | Download | only in site
      1 Skia Graphics Library
      2 =====================
      3 
      4 Skia is an open source 2D graphics library which provides common APIs that work
      5 across a variety of hardware and software platforms.  It serves as the graphics
      6 engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox
      7 OS, and many other products.
      8 
      9 Skia is sponsored and managed by Google, but is available for use by anyone
     10 under the BSD Free Software License.  While engineering of the core components
     11 is done by the Skia development team, we consider contributions from any
     12 source.
     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 (a] googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss).
     20 
     21 Showcase
     22 --------
     23 
     24 Click on any image below to see the source code that generated the image.
     25 <table>
     26   <tr><th>Shapes</th><th>Bzier 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 
     66 Roadmap
     67 -------
     68 For a look at high level items we have on tap the next 6-12 months, view our
     69 roadmap [here](https://docs.google.com/document/d/1C9w8qpPpdgNGThqmgNnTToLZ5UYK4TsUGl5X3B_q6oM/edit?usp=sharing).
     70 Note it is a living document that changes based on the requirements of our users.
     71 
     72