日本搞逼视频_黄色一级片免费在线观看_色99久久_性明星video另类hd_欧美77_综合在线视频

國(guó)內(nèi)最全I(xiàn)T社區(qū)平臺(tái) 聯(lián)系我們 | 收藏本站
阿里云優(yōu)惠2
您當(dāng)前位置:首頁(yè) > 互聯(lián)網(wǎng) > Cocos2d-JS全貌

Cocos2d-JS全貌

來(lái)源:程序員人生   發(fā)布時(shí)間:2014-11-10 08:21:59 閱讀次數(shù):4138次

Cocos2d-JS is Cocos2d-x engine's JavaScript version that includes Cocos2d-html5 and Cocos2d-x JavaScript Bindings. It equips your game with cross-browser and cross-platform abilities, accompanied by full Cocos2d-x features and simplified JavaScript friendly APIs.

Cocos2d-html5和Cocos2d-x JavaScript捆綁在1起組成的Cocos2d-JS是基于Cocos2d-x引擎的JavaScript版本。通過(guò)全面的Cocos2d-x特性和簡(jiǎn)潔優(yōu)雅的javascript友好的利用程序接口,該框架可讓你的游戲具有跨閱讀器和平臺(tái)的能力。


Cocos2d-JS reinvented workflows for all platforms in v3.0, it provides a consistent development experience for whichever platform you want to distribute to, no matter web and native. "Code once, run everywhere" is incredibly easy and natural in Cocos2d-JS. With one single JavaScript code base, you can run your game on all web browsers and native platforms including Mac OS, Windows, iOS and Android. This will bring your game great opportunities in almost all channels of distribution. On the other hand, if you are only interested in casual games on the web, you can embed directly in your web page the Cocos2d-JS Lite Version which is extremely easy to use and light as a feather.

從3.0版本開(kāi)始,Cocos2d-JS為所有平臺(tái)打造了了1種全新的工作流,它為任何1個(gè)你想分發(fā)的平臺(tái)包括網(wǎng)絡(luò)和本地提供了1個(gè)1致的開(kāi)發(fā)模式?!?次編碼,多處運(yùn)行”在Cocos2d-JS這里顯得非常容易溫柔理成章。通過(guò)簡(jiǎn)單的JS基石,你開(kāi)發(fā)的游戲可以很容易運(yùn)行各系統(tǒng),比如PC真?zhèn)€Mac, windows,移動(dòng)真?zhèn)€IOS和Android的閱讀器和本地平臺(tái)。在幾近所有的渠道分發(fā)能給你游戲帶來(lái)巨大的機(jī)會(huì)。另外,如果你僅僅是感興趣于web真?zhèn)€游戲開(kāi)發(fā),你可以直接下載和援用精簡(jiǎn)版的(Lite Version)Cocos2d-JS版本在你的web頁(yè)面中,這類方式是相當(dāng)簡(jiǎn)單和輕量級(jí)的。

Furthermore, JavaScript friendly APIs make your game development experience a breeze - easy to code, test and distribute. In the meantime, Cocos2d-JS v3.0 is super powerful along with all these cool new features: Editors Support, Assets Manager, Object Pool, JS to Objective-C/JAVA reflection, etc.

另外,JS人性化的API能讓你在寫(xiě)代碼,測(cè)試,發(fā)布開(kāi)發(fā)環(huán)節(jié)上非常輕松,同時(shí),通過(guò)編輯器支持,資源管理器,對(duì)象池和JS和OC/JAVA的映照關(guān)系等新酷的特性讓Cocos2d-JS顯得異常強(qiáng)大。


Workflows

  • Cross platforms developers can use Cocos Console to create projects, boost their development with web version engine and deploy games onto all native platforms and all browsers with Cocos Console.

  • Casual web game developers can download the Lite Version and start to develop just like using other web frameworks (e.g. jQuery).


工作流

跨平臺(tái)者開(kāi)發(fā)可通過(guò)Cocos 控制臺(tái),可建立項(xiàng)目,并使用web 版本引擎在開(kāi)發(fā)中,同時(shí)部署游戲在本地平臺(tái)和閱讀器上面。


web游戲開(kāi)發(fā)者可以像使用別的web框架1樣(比如JQ)下載精簡(jiǎn)版本的Cocos-Js開(kāi)發(fā)。


Download and API reference(下載和API援用)

  • Cocos2d-JS github repository
  • Cocos2d-JS Full Version Download
  • Cocos2d-JS Lite Version
  • Online API reference
  • Downloadable API reference
  • Online test cases

Main features(主要特點(diǎn))

  • Support All modern browsers and native platforms
  • 支持現(xiàn)代閱讀器和本地平臺(tái)
  • Scene management (workflow)
  • 場(chǎng)景控制器
  • Transitions between scenes
  • 場(chǎng)景切換
  • Sprites and Sprite Sheets
  • 精靈
  • Effects: Lens, Ripple, Waves, Liquid, etc.
  • 殊效
  • Actions (behaviours):
  • 動(dòng)作
    • Trasformation Actions: Move, Rotate, Scale, Fade, Tint, etc.
    • Composable actions: Sequence, Spawn, Repeat, Reverse
    • Ease Actions: Exp, Sin, Cubic, Elastic, etc.
    • Misc actions: CallFunc, OrbitCamera, Follow, Tween
  • Assets manager (hot update)
  • 資源管理
  • Basic menus and buttons
  • 基本菜單和按鈕
  • Integrated with physics engines: Chipmunk and Box2d
  • 相互調(diào)和的物理引擎
  • Particle system
  • 顆粒系統(tǒng)
  • Skeleton Animations: Spine and Armature support
  • Fonts:
    • Fast font rendering using Fixed and Variable width fonts
    • Support for .ttf fonts
  • Tile Map support: Orthogonal, Isometric and Hexagonal
  • Parallax scrolling
  • Motion Streak
  • Render To Texture
  • Touch/Accelerometer on mobile devices
  • Touch/Mouse/Keyboard on desktop
  • Sound Engine support (CocosDenshion library) based on OpenAL or WebAudio on web
  • Integrated Slow motion/Fast forward
  • Fast and compressed textures: PVR compressed and uncompressed textures, ETC1 compressed textures, and more
  • Resolution Independence
  • Modularized engine for customization
  • Open Source Commercial Friendly: Compatible with open and closed source projects
  • OpenGL ES 2.0 (mobile) / OpenGL 2.1 (desktop) based
  • Full WebGL support and auto canvas fallback

Documents

  • Highlighted release note of Cocos2d-JS v3.1
  • Changelog of Cocos2d-JS v3.1
  • Upgrade guide to Cocos2d-JS v3.1
  • Startup

    • Lite Version workflow
    • Why use Cocos2d-html5 for Game Development
    • Resolution Policy Design for Cocos2d-JS
    • History release notes
  • New features and API changes in version 3.x:

    • New workflow with cocos console
    • Assets manager
    • New event manager
    • New property API
    • Game creation
    • Construction and inheritance
    • Simplified action APIs
    • Objects Pool
    • Bake Layer
    • Reflection from Javascript to JAVA
    • Reflection from Javascript to Objective-C
    • Cocos2d-html5 modulization
    • Pure configuration file
    • Basic data refactoration
    • Singleton objects refactoration
    • Loading resource with cc.loader
    • System information in cc.sys
    • Path management with cc.path
    • Asynchronised process with cc.async
    • Modification to cc.saxParser
    • Modification to cc.spriteFrameCache
    • About cc.FileUtils
    • About cc.log
    • Other change from v2.2.2 to v3.0
  • Facebook support for Cocos2d-JS

    • Cocos2d-x with Facebook
    • Facebook API Reference for Cocos2d-JS
    • Facebook integration instruction for Cocos2d-JS on Android
    • Facebook integration instruction for Cocos2d-JS on iOS
    • Facebook integration instruction for Cocos2d-JS on Web
    • How to integrate with Facebook - sample app
  • Advanced topics

    • How to compile Cocos2d-JS project in Eclipse
    • How to use extensions in JSB(Chinese version)
    • How to use Plugin-x on Android
    • Plugin-x architecture
    • How to write your own Plugin for Android
    • Use iOS IAP Plugin
  • Tutorials

    • Tutorial root
生活不易,碼農(nóng)辛苦
如果您覺(jué)得本網(wǎng)站對(duì)您的學(xué)習(xí)有所幫助,可以手機(jī)掃描二維碼進(jìn)行捐贈(zèng)
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關(guān)閉
程序員人生
主站蜘蛛池模板: 黄色成人在线观看 | 狠狠久久 | 久久久青草婷婷精品综合日韩 | 久草在线在线精品观看 | 国产精品国产三级国产aⅴ原创 | 99精品视频在线免费观看 | 精品一区二区三区在线播放 | 综合五月天 | 午夜激情视频在线 | 久国久产久精永久网页 | 青草青草久热精品 | 在线视频国产一区 | 五月婷婷综合激情 | 福利视频一区二区 | 亚洲精品二区 | 三级成人av | 国产一区二区在线播放 | 国产精品久久久久久久久免费看 | 精品少妇一区二区三区免费观看 | 日本在线看 | 欧美在线小视频 | 欧美性猛交xxxx乱大交退制版 | 热99精品 | av看片网站 | 4色网| 国产精品一区三区 | 视频一区亚洲 | 精品国产青草久久久久福利 | 国产精品av网站 | 欧美久久一区二区三区 | 噢美一级片 | 五月婷综合 | 成人在线欧美 | 日韩激情精品一区二区三区 | a黄色网 | 一区二区三区在线视频播放 | 亚洲精品视频免费看 | 久久www免费人成看片小草 | 日本福利在线观看 | 福利视频久久 | 日韩中文字幕网 |