-
Notifications
You must be signed in to change notification settings - Fork 167
RendererComparison
Kazuki Sakamoto edited this page Jun 3, 2015
·
11 revisions
Feature | Description | HTML5 CSS |
HTML5 Canvas |
HTML5 WebGL |
HTML5 Cocos2d-html5 |
Unity DrawMesh |
Unity CombinedMesh |
Cocos2d-x | iOS UIKit |
---|---|---|---|---|---|---|---|---|---|
Embedded JavaScript | like createJS ToolKit | ✓ | ✓ | ✓ | ✓ | ||||
Embedded Lua | Lua scripting | ✓ | ✓ | ✓ | ✓ | ||||
Vertex Alpha | Transparency | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Vertex Color | Color change "%" parts in the details, "+" parts are not supported |
✓ | ✓ | ✓ | ✓ | ✓ | |||
Vertex Additional Color | Color change | ✓ | ✓ | ✓ | ✓ | ||||
Additive Blending | Blend Mode Add | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Mask | Blend Mode Erase/Layer | partly supported (a rectangle only) |
✓ | ✓ | ✓(It has some issue) |