You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
301 B
8 lines
301 B
|
4 months ago
|
# g-canvas
|
||
|
|
|
||
|
|
定义了基于 Canvas2D 的上下文,使用了以下三个插件:
|
||
|
|
|
||
|
|
- g-plugin-canvas-renderer 使用 Canvas2D 上下文渲染各种图形
|
||
|
|
- g-plugin-dom-interaction 监听浏览器事件,触发标准 pointer 系列事件
|
||
|
|
- g-plugin-canvas-picker 基于 Canvas2D API 实现的拾取
|