English 中文(简体)
完整的 Cocos2d-x 教学和指南列表[封
原标题:The Completest Cocos2d-x Tutorial & Guide List [closed]
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.

我在用Cocos2d-x对Android和iPhone开发一个游戏。在乞讨时,我有很多问题要开始使用这个图书馆,所以,在这个问题上,我想收集所有基础、中级和专家辅导课程,因为有许多信息问题做同样的错误。当我Started 时,我不得不用我的朋友Google在许多网站查找很多基本、中级和专家辅导课程。希望这能帮助人们现在就开始。All in c/strong>。

< begners (强)

  • Official wiki links
  • How to start in multi-platform HERE The best one. Amazing, XCODE (MAC) and ECLIPSE (LINUX) tutorial.
  • A simple guide to Start
  • Another multi-platform Guide
  • Awesome guide to start programming on Eclipse + Android and DEBUG, thanks to Marcio Andrey
  • Another way to integrate cocos2d-x on Android
  • Social Example, Facebook + email + Twitter on iOS and Android HERE

<强 > 中度

<强度 > 发展

  • Integrating OpenFeint with cocos2d-x. I only found This example, Here more details.
  • Archievement on GameCenter. Here

<强 > 扩展

<强度 > 守则示例

< 强 > TIPS

    #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
    this->setObjectScale(1);
    #endif  // CC_PLATFORM_IOS
  • Your first example must be the official on the WIKI

**Tiny Wings Remake on Android 使用 Cocos2d-X

良好的列表。 < a href=>“http://www.cartoonsmart.com/angry_ninjas_starterkit.php5>>Angry Ninjas Starterker Kit 将很快更新Cocos2d-X。

uikit 教程 < a href=> http://jpsarda.tumblr.com/post/2499837915554/ mixing-cococos2d-x-uikit" rel=“nreferrer”>http://jpsarda.tumblr.com/post/24983791554/mixing-cocos2d-x-uikit

https://github.com/dualface/cocos2d-x-extensions/blob/master/TODO.tasks , he is developing nice features on cocos2d-x

在你经典的Android (Java) app tuto < a href="http://jpsarda.tumblr.com/post 26008116688/integarate-cocococos2d-x-c-into-an-android-application" rel=“norefererr”>http://jpsarda.tumblr.com/pospos 2600816688/intrate-cococos2d-x-c-into-an-android-apliction





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签