Blogs about: Cocos2d X

Featured Blog

cocos2d-x重力感应

congcongjoy wrote 23 hours ago: CCLayer中setAccelerometerEnable(true) 回调函数didAccelerate(CCAcceleration* pAccelerationValue) … more →

cocos2d-x中更新界面数值

congcongjoy wrote 23 hours ago: int count = 5; CCLabelTTF* pLable = CCLabelTTF::create("0", "", 30); this->addChild(pLable); pLab … more →

Tags: Uncategorized

cocos2d-x中添加虚拟摇杆和按钮

congcongjoy wrote 1 day ago: 使用代理模式 ActionButton.h class ActionButtonDelegate { public: virtual void actionButtonPressed(int butt … more →

Tags: Uncategorized

Cocos2D-X Fill Polygon with Texture

ljapo metin wrote 2 weeks ago: PRKit is an addition library to the cocos2d-x framework to easily fill polygons with texture. PRKit … more →

Cocos2D-X develop for Android on Virtual Box

ljapo metin wrote 4 weeks ago: Android can be installed as a virtual machine, but cocos2d-x needs OpenGL support. This is where And … more →

Cocos2D-X Multiple TouchEvents

ljapo metin wrote 1 month ago: Getting multiple touch events in cocos2d-x is almost same as getting single touch events. CCLayer is … more →

Cocos2D-X Resources Management

ljapo metin wrote 1 month ago: Cocos2D-X provides a class to help you easily manage your Resources – CCFileUtils Resources Se … more →

Cocos2D-X Menu and MenuCallback

ljapo metin wrote 1 month ago: Lets create a Cocos2d-X menu with one callback method. Overview: Layer which will contain the menu … more →

Cocos2D-X TouchEvents

ljapo metin wrote 1 month ago: Overview : Class to listen to touch events – CCTargetedTouchDelegate Class which will override … more →

Creating a cross-platform project using Eclipse and Xcode on MAC OS X1 comment

lancegraydev wrote 1 month ago: Picking up from where we left off on the previous post (click here if you still haven’t seen it), we … more →

Tags: Setup, android, Games, IOS, Mobile

About postNotification of CCNotificationCenter

Jordy wrote 1 month ago: I encountered a problem with postNotification in cocos2d-x. I want to send a notification to a speci … more →

Tags: CCNotification

How to sort a CCArray?

Jordy wrote 1 month ago: Sometimes we need to sort the CCArray according to the property of an object e.g. index We can simpl … more →

Tags: sort, CCArray

Cocos2d-x custom TTF font

Jordy wrote 1 month ago: So how to use custom TTF font in cocos2d-x? It is a bit tricky and spend me some time to figure it o … more →

Tags: Font, ttf

Cocos2D-X porting from Cocos2D

ljapo metin wrote 1 month ago: Note that these are not complete equivalents from Cocos2D and most of the porting is done from Cocoa … more →

Game Developer Conference: In-Booth Sessions

Pratik S. wrote 1 month ago: For those who don’t me, my name is Pratik Sapra and I work as a Gaming Consultant on the Developer R … more →

Tags: Announcements, Events, Game Development, News, Air, Blackberry gaming, booth, Game Developer Conference, Games

[链接]Cocos2d-x之LUA脚本引擎深入分析

adamgao wrote 2 months ago: [链接]Cocos2d-x之LUA脚本引擎深入分析 … more →

Tags: LUA

BlackBerry at Game Developer Conference 2013

lgazzola wrote 2 months ago: Here with a guest post from Anders Jeppsson - Global Head of Gaming at BlackBerry – Lou. I’m l … more →

Tags: Community, Events, Game Development, box2d, Game Developers Conference, GDC, Marmalade, ogre3d, Unity

Cocos2d or Cocos2d-x?

porpoisejockey wrote 2 months ago: So, I have spent days and days contemplating whether to start learning Cocos2d-x over Cocos2d iPhone … more →

Tags: IOS, cocos2d

[转]Cocos2d-x中的CurlTest深入分析

adamgao wrote 2 months ago: [转]Cocos2d-x中的CurlTest深入分析 … more →

Tags: Android related, Curl


Related Tags
All →

Follow this tag via RSS