Cocos Creator & PixiJS Comparison === Engine Usage --- | | Cocos | Pixi | | -------- | -------- | -------- | | Usage | Full Game Solution | Light and Efficient Renderer | Resource Integration --- | | Cocos | Pixi | | -------- | -------- | -------- | | Sound | Audio System | Howler | | Skeleton | DragonBones | Spine | | Particle | Particle System | Sheet Animation | Development --- | | Cocos | Pixi | | -------- | -------- | -------- | | WebSocket | Finished | Unfinished | | Stability | Enough | Open Source | | Performance | Enough | Excellent | | UI Editor | Excellent | No/or FairyGUI | | Cross Platform | Full Supported | HTML5/or Cordova | | Preview | Engine Built-in | Live Server | | Maintain | Better | Weak | | Ecosystem | Running | Not yet | Git --- | | Cocos | Pixi | | -------- | -------- | -------- | | Concern | must take care of meta files | should use TypeScript | CI/CD --- | | Cocos | Pixi | | -------- | -------- | -------- | | CI | GUI Required | Windows/Linux/MacOS | | CD | Simple | Simple |