CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 游戏引擎 搜索资源 - cocos2d-x

搜索资源列表

  1. Cocos2dxSimpleGame-0.9.1

    0下载:
  2. cocos2d-x的小游戏,适合初学者。-the cocos2d-x game, suitable for beginners.
  3. 所属分类:Game Engine

    • 发布日期:2017-06-02
    • 文件大小:15198355
    • 提供者:王宏军
  1. Learning-Cocos2D

    0下载:
  2. 学习cocos2d游戏引擎的好书,在safaribooksonline上卖很贵,值得收藏呀!-This book is for anyone with basic programming knowledge who wants to create a game for the iPhone or iPad. In this book you will go through the entire process of writing a game with Cocos2D from zero to
  3. 所属分类:Game Engine

    • 发布日期:2017-05-31
    • 文件大小:13783755
    • 提供者:陈建华
  1. WiEngine_sdk_android_arm_x86_3.8.1

    0下载:
  2. Android游戏引擎,类似cocos2d-x-Android Game Engine(cocos2d on android)
  3. 所属分类:Game Engine

    • 发布日期:2017-11-06
    • 文件大小:54401024
    • 提供者:曾华
  1. CocosBuilder-3.0-prealpha

    0下载:
  2. cocosbuilder 3.0 是一个用于cocos2d及-x引擎专用的界面编辑软件,很方便就能做出需要的界面效果,非常好用-cocosbuilder 3.0 is used for cocos2d-x engine dedicated interface editing software, very convenient to be able to make the necessary interface effect, very easy to use
  3. 所属分类:游戏引擎

    • 发布日期:2013-08-01
    • 文件大小:5336797
    • 提供者:zxc
  1. Cocos2d-x-UIEditor

    2下载:
  2. 使用cocos2d-x编写的ui编辑器(界面编辑器),实现了ui的可视化编辑,支持sprite、button、label、scale9sprite等等,导出配置文件格式为json格式-Cocos2d-x prepared ui interface editor, ui visual editing support sprite, button, label, scale9sprite export configuration file format json format
  3. 所属分类:游戏引擎

    • 发布日期:2013-05-16
    • 文件大小:5385732
    • 提供者:杨杰会
  1. CocosBuilder-2.1

    2下载:
  2. CocosBuilder is a free tool (released under MIT-licence) for rapidly developing games and apps. CocosBuilder is built for Cocos2d’s Javascr ipt bindings, which means that your code, animations, and interfaces will run unmodified on iPhone, Android an
  3. 所属分类:Game Engine

    • 发布日期:2017-11-13
    • 文件大小:7792251
    • 提供者:FishTon
  1. FruitCut

    0下载:
  2. 素材是网上找的,自己写的简单的切水果游戏,适合cocos2d-x学习者。版本2.0.1.-By the source data on internet, the Fruit Cut for the cocos2d-x learner. Version 2.0.1.
  3. 所属分类:Game Engine

    • 发布日期:2017-11-29
    • 文件大小:4721564
    • 提供者:allen
  1. cocos2d-x--simple-Game

    0下载:
  2. cocos2d-x 实现一个简单的小游戏,适合新手入门-Cocos2d- x realize a simple little game, suitable for beginners entry
  3. 所属分类:Game Engine

    • 发布日期:2017-11-05
    • 文件大小:1190168
    • 提供者:李强
  1. firsttest2

    0下载:
  2. cocos2d-x program c++ visual c++ express 2010
  3. 所属分类:Game Engine

    • 发布日期:2017-06-15
    • 文件大小:23861326
    • 提供者:assets
  1. Cocos2d-Xanimate

    0下载:
  2. Cocos2d-X 精灵、动作效果+plist创建多动画-cocosx game dev
  3. 所属分类:Game Engine

    • 发布日期:2017-04-24
    • 文件大小:74573
    • 提供者:yanggang
  1. Template_Classes

    0下载:
  2. cocos2d-x 2.1.3 模板文件, 屏幕自动适配 使用方法: 用引擎创建项目后, 把此模板的所有文件都覆盖即可-Cocos2d-x 2.1.3 template files, automatic screen adaptation Method of using: create a new project with the engine, put all the files on this template are overwritten
  3. 所属分类:Game Engine

    • 发布日期:2017-04-07
    • 文件大小:5884
    • 提供者:BlackCushion
  1. SimpleGame

    0下载:
  2. 基于Cocos2d-x 2.1.3 的SimpleGame完整工程 -SimpleGame complete project based on Cocos2d-x 2.1.3
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1805942
    • 提供者:BlackCushion
  1. Cocos2dx-QSanguosha

    0下载:
  2. 使用cocos2d-x 2.1.4 VS2012 cocostudio场景编辑器制作的三国杀登陆界面,添加了按钮的消息响应处理-Using cocos2d-x 2.1.4 VS2012 cocostudio scene editor making Three killed login screen, add a button message response handling
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:4030319
    • 提供者:LiuDapeng
  1. socket

    0下载:
  2. 为cocos2d-x写得一个socket通信模块,性能强悍异常。api简洁优雅。-To write a socket cocos2d-x communication module, powerful performance anomalies. api simple and elegant.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:516765
    • 提供者:beykery
  1. DrawDemo

    0下载:
  2. Cocos2d-x实现的一个绘图程序,其中采用了贝塞尔二阶曲线实现了平滑的直线的绘制。 -A draw program written by C++ using game egine Cocos2d-x.The main highlight is using besser to draw smooth line
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:3974329
    • 提供者:周星
  1. super-animation-samples-master

    1下载:
  2. 利用flash制作cocos2d-x的动画编辑器,方便从flash中导出动画文件,并且支持cocos2d-x的使用。-Making use of flash animation cocos2d-x editor, easy to export files from flash animation, and supports the use of cocos2d-x.
  3. 所属分类:Game Engine

    • 发布日期:2017-06-11
    • 文件大小:18124000
    • 提供者:ken
  1. UIMaskSprite

    0下载:
  2. cocos2d-x实现图片的遮罩功能,写好接口了,返回CCSprite对象-cocos2d-x achieve picture mask function, written interfaces, and returned CCSprite object
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1391
    • 提供者:田敏
  1. cocos2d-x

    0下载:
  2. cocosd-x的学习资料,对于这个引擎的初学者还是挺好上手的-cocosd-x learning materials, for this engine is good for beginners to get started
  3. 所属分类:Game Engine

    • 发布日期:2017-05-16
    • 文件大小:4581016
    • 提供者:go1
  1. Flappy-bird-cocos2d

    0下载:
  2. Flappy Bird in cocos2d-x project
  3. 所属分类:Game Engine

    • 发布日期:2017-05-09
    • 文件大小:1835151
    • 提供者:Huy
  1. DOTween

    0下载:
  2. 讲述cocos2d编程需要的工具和一系列案例,包括中药的源代码和一些插件。(About cocos2d programming tools and a series of cases, including Chinese medicine source code and some plug-ins.)
  3. 所属分类:游戏引擎

    • 发布日期:2017-12-25
    • 文件大小:228352
    • 提供者:影心钰
« 12 »
搜珍网 www.dssz.com