mainpage.dox 963 B

123456789101112131415161718192021222324
  1. /** \mainpage
  2. Skia is an open source 2D graphics library which provides common APIs that work
  3. across a variety of hardware and software platforms. It serves as the graphics
  4. engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox
  5. OS, and many other products.
  6. Skia is sponsored and managed by Google, but is available for use by anyone
  7. under the BSD Free Software License. While engineering of the core components
  8. is done by the Skia development team, we consider contributions from any
  9. source.
  10. The site you are at is the API documentation for the Skia library. Other
  11. resources are:
  12. - Canonical source tree:
  13. [skia.googlesource.com/skia](https://skia.googlesource.com/skia).
  14. - Issue tracker:
  15. [bug.skia.org](https://bug.skia.org/).
  16. - Discussion forum:
  17. [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss).
  18. - Skia Fiddle: [fiddle.skia.org](https://fiddle.skia.org/c/@skcanvas_paint).
  19. */