OLD | NEW |
---|---|
1 Skia Update | 1 Skia Update |
2 | 2 |
3 Skia : Access | 3 Skia : Access |
4 - code.google.com/p/skia | 4 - code.google.com/p/skia |
5 - sites.google.com/site/skiadocs | 5 - skia.org |
hcm
2015/02/02 20:12:31
Let's also change code.google.com/p/skia to point
tfarina
2015/02/03 02:17:13
Done.
| |
6 | 6 |
7 Skia : Overview | 7 Skia : Overview |
8 - portable graphics engine | 8 - portable graphics engine |
9 - 2D transformations + perspective | 9 - 2D transformations + perspective |
10 - primitives: text, geometry, images | 10 - primitives: text, geometry, images |
11 - effects: shaders, filters, antialiasing, blending | 11 - effects: shaders, filters, antialiasing, blending |
12 | 12 |
13 Skia : Porting | 13 Skia : Porting |
14 - C++ and some SIMD assembly | 14 - C++ and some SIMD assembly |
15 - Fonts : CoreText, FreeType, GDI, DirectWrite | 15 - Fonts : CoreText, FreeType, GDI, DirectWrite |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
114 | 114 |
115 Skia : Roadmap - API | 115 Skia : Roadmap - API |
116 - Cross process support | 116 - Cross process support |
117 - Direct support for sRGB | 117 - Direct support for sRGB |
118 - Robust file format | 118 - Robust file format |
119 - Support PDF viewing | 119 - Support PDF viewing |
120 - Stable C ABI | 120 - Stable C ABI |
121 -- bindings for JS, Go, Python, Lua | 121 -- bindings for JS, Go, Python, Lua |
122 | 122 |
123 Demo | 123 Demo |
OLD | NEW |