cocos2dx番外篇——开发工具
更新:HHH   时间:2023-1-7



  • cocos2dx2.2.3帮助文档:

                http://api.paea.cn/api/cocos2.2.2api/index.html 

  • cocos3.0 API:

                http://cn.cocos2d-x.org/doc/cocos2d-x-3.0/index.html 

  • cocos3.2 API:

                http://www.cocos2d-x.org/reference/native-cpp/V3.2/index.html 

  • cocos3.4 API:

                http://www.cocos2d-x.org/reference/native-cpp/V3.4/index.html 



  • 游戏引擎:                     cocos2dx(C++、Lua)


  • Win系统下的开发工具: Visual Studio


  • Mac系统下的开发工具: Xcode


  • Android开发工具:        Eclipse


  • Lua开发工具:                Cocos Code IDE


  • UI编辑器:                     Cocos Studio


  • SQLite数据库管理工具: SQLite Studio


  • 集成工具箱(Win):     红孩儿工具箱(强烈推荐!)


  • 瓦片地图编辑器TMX:    Tiled Map Editor


  • 纹理图片打包(Mac): TexturePacker


  • 粒子编辑器(Mac):     Particle Designer


  • 字体编辑器Fnt/TTF:




返回游戏开发教程...