cocos2d-x is a cross plaform port of cocos2d-iphone using C++. It supports iOS, Mac, Android, Samsung Bada, BlackBerry Tablet OS, Windows and Linux. It has built-in bindings for Lua and Javascript.

learn more… | top users | synonyms

0
votes
0answers
240 views

Setting up cocos2d-x-win8

just trying to use cocos2d-x for the first time developing metro-style games for Windows8. I followed the webpage instructions and got the following error in Visual Studio 1>------ Build started: ...
0
votes
0answers
78 views

custom action - class design

I have a character sprite which walks to different points frequently. The walking animation is a CCSpawn of CCMoveTo and CCAnimate, where CCMoveTo moves the sprite in screen and CCAnimate show walking ...
0
votes
1answer
222 views

Get Text dimmensions on CCTextFieldTTF

Hi I want to know the width of the text inside the CCTextFieldTTF but I can't find a way to do it, I want this width so I can move a CCLabelTTF in that position so it can be like a cursor for the ...
0
votes
1answer
376 views

Image with FadeIn effect blinks when added to scene

I am trying to add an image to the scene, but it should just be added to the scene invisible, FadeIn and then be deleted when the effect finishes. My problem is that the images blink once when they ...
0
votes
0answers
440 views

C++ Framework for iOS [closed]

I am looking for a simple and easy C++ framework for iOS. Specifically, what I want it to wrap in a C++ API: Simple GUI system 2D Graphics User touch input and accelerometer Networking (UDP sockets) ...
-1
votes
1answer
90 views

cocos2d-x export plist from images in windows free tool to use [closed]

as i learn to use cocos2d-x in the part on which i need to animate sprite images all the tutorials shows how to use something that called plist file that maps the coordinates of the images clips . ...
-2
votes
1answer
183 views

are most 2D games tille based? [closed]

So I'm beginning the planing phase for a 2D game that I hope to deploy for iPhone, Android, and maybe windows phone, and I am writing it in Cocos2DX and I'm looking around for map editors that I could ...
-2
votes
0answers
139 views

Unable to launch cygpath. Is Cygwin on the path? - cocos2d-x [closed]

I am new to cocos2d-x. I configure cocos2d-x in Windows 8 / Eclipse and I use android-ndk-r8b. First of all, before I get this error of cygpath, I had the following error: "Program bash not found in ...
-2
votes
1answer
142 views

How to read key value pair in cocos2dx from txt file?

I this is the first time I am developing for BB10 OS using cocos2dx. I need to read key value pair in Cocos2Dx. eg: Skill= 5 Power= Awesome The target is Blackberry 10OS and using QNX ...
-4
votes
0answers
44 views

Sprite blink while move [cocos2dx - ios] [closed]

I have big image (500x500), it moves across screen and blinks while moving. (debug on device) Anybody help me
-5
votes
2answers
263 views

Cocos2D-X on Steam and iOS App Store [closed]

With Cocos2D-X can I really submit my games to Steam and iOS App Store? It's commercial quality? Do you have some samples of games built on Cocos2D-X that is on sales in Steam? Thanks.

1 2