android 的图形引擎 skia

Skia是Google Android的核心图形引擎,也是Chrome的图形渲染库。它以其简洁性和强大功能著称,提供了优化的软件光栅化器、GL加速、动画支持、SVG内置等功能。虽然有其他图形库选项,但Skia因其跨平台性、已有的高质量WebKit移植和内部专业知识而被Chrome选中。文章介绍了如何构建和使用Skia,以及一些独立的Skia实现项目。
摘要由CSDN通过智能技术生成

简介1

Google Android 使用 skia 作为其核心图形引擎。skia 也是 Google Chrome 的图形引擎。

Skia 图形渲染引擎最初由 Skia 公司开发,该公司于 2005 年被 Google 收购。

Skia 与 Openwave's (现在叫 Purple Labs)V7 vector graphics engine 非常 类似,它们都来自于 Mike Reed 的公司。

如果你正在做移动设备上的矢量图形或者图像渲染相关的工作,你应该 checkout skia 的源代码仔细研究下。

Skia is quite elegant in its simplicity and power, a great combination.

"By adding Skia engine to Chrome, Google can ensure good graphics performance on devices that don't have a graphics processing unit."5

Features4

skia 有大概 80,000 行代码,基于 C++ 开发,主要特点包括:

  • Optimised software-based rasteriser (module sgl/);
  • Optional GL-based acceleration of certain graphics operations including shader support and textures (module gl/);
  • Animation capabilities (module animator/);
  • Some built-in SVG support (module (svg/)
  • Built-in image decoders: PNG, JPEG, GIF, BMP, WBMP, ICO (modules images/);
  • Text capabilities (no built-in support for complex scripts);
  • Some awareness
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值