The cocos2d family keeps growing

Wow.. cocos2d have javascript library but it may need python. If I have a time, I should try it. Cocos2d-iphone is easy to develop for iphone project. So, how about javascript ? The cocos2d family keeps growing and growing and growing… The new members of the family are: cocos2d-x, in C , multiplatform cocos2d-android-1, in [...]

My Tutorial: Using Facebook Connect w/ Cocos2d « cocos2d for iPhone

cocos2d for iPhone » Programming » high score, social and ads networks   My Tutorial: Using Facebook Connect w/ Cocos2d (39 posts) (20 voices) Started 11 months ago by Jeston Latest reply from jorgevmendoza Tags: Application approved facebook news feed tutorial users   12Next »   Jeston Member Greetings Cocos2d Community, I wrote a tutorial [...]

Cocos2d iPhone: Rotate Sprite using Accelerometer – Stack Overflow

Hey, Firs off – in your h file you need to make the following variables: UIAccelerationValue accelerationX;UIAccelerationValue accelerationY;float currentRawReading;float calibrationOffset; Also ensure that your h file has: @interface myViewName : UIViewController <UIAccelerometerDelegate> Then in your .m file just below your imports at the top put: #define kFilteringFactor 0.05CGFloat DegreesToRadians(CGFloat degrees) {return degrees * M_PI / [...]