这篇文章上次修改于 839 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
1 cocos creator
Cocos2d-x is an open-source and cross platform open source free 2D game engine for mobile game development known for its speed, stability, and easy of use.
- 开发环境只支持 Windows 和 Mac,不支持 Linux
- 拥有 UI 编辑器,可方便地在界面对组件进行拖动、旋转等操作
- 支持 JavaScript 和 TypeScript
不方便与 react、vue 等 web 框架结合
- 示例相对较少
- 跨平台,游戏可以快速发布到 Web、iOS、Android、HarmonyOS、Web、Windows、Mac,以及各个小游戏平台
2 phaser
Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.
- 开发环境支持 Linux、Windows 和 Mac
- 开局一个
canvas
, 剩下全靠自己画 - 支持 JavaScript 和 TypeScript
方便与 react、vue 等 web 框架结合:
- 拥有丰富的示例:https://helpcenter.phasereditor2d.com/
- Games can be compiled to iOS, Android and native desktop apps via 3rd party tools.
没有评论