cocos2d-x Questions
3
Solved
I started developing a game application for Android, but as I progress I decided to switch to cross-platform environment. Performance is very important as there is some complex audio processing on ...
1
Solved
I'm newbie.
Trying to run HelloWorld example comming with cocos2dx (cocos2d-2.0-rc2-x-2.0.1),
Android SDK 20.0.1, Android NDK r8, on 64bit Linux machine (openSuse 12.1).
When running emulation f...
2
Solved
I have developed a Cocos2d-X app with XCode which works perfectly when I launch it from XCode on an iOS device.
Now, I want to port it to Android. What I understand is that I have to find a way to...
Smtih asked 8/2, 2012 at 11:3
1
Solved
Now this is a weird problem. I was coding two days ago and stopped and then continued just now. On my header file (Fruit.h) I added a method called animateGrow() like so:
Fruit.h:
class Fru...
1
Solved
Good morning.
I'm on linux, using cocos2d-x for Android.
I have created a function that calculate circle values.
// Circle point updateCircle()
// x = number of iteration · SamplingPeriod |-|...
1
Solved
Possible Duplicate:
Cocos2D OR libgdx for Android Game Developement
I am interested in using cocos2d-x for Android and iOS development but not sure it its ready for prime time? How do...
Precise asked 20/7, 2012 at 23:15
3
Solved
I m start learning game development. As a beginner i create one demo game in which one cannon hit bullets to the enemies (coming toward cannon from different direction).
Now i stuck on cannon sprit...
Rovelli asked 16/7, 2012 at 7:49
6
Solved
I'm developing a game using Cocos2d-x to Android and iPhone. At the beggining, I had a lot of problems to start using this library, so, in this question, I want to collect all basic, mediu...
1
Solved
I'm having a problem with extracting b2vec2 coordinates from a CCString these are from cocos2dx and box2d.
I have tried using strtk but i could not get it to work
Any help would be great.
Thank...
1
Solved
my cocos2d-x game crashes when entering background. here is some code from AppDelegate:
// This function will be called when the app is inactive. When comes a phone call,it's be invoked too
void ...
Gesticulate asked 13/6, 2012 at 4:15
3
Solved
I am trying to create a method that checks for internet connection that needs a Context parameter. The JNIHelper allows me to call static functions with parameters, but I don't know how to "retriev...
Hemelytron asked 12/4, 2012 at 12:32
1
Solved
My application is unable to open OpenFeint dashboard methods. The implementation of the native c++ libraries uses cocos2d-x as a graphic library, but it has a handler and a wrapper to allow the use...
Mendicant asked 25/4, 2012 at 11:36
2
I have a huge problem when I want to change the Activity of my Android-Application with a JNI call from my C++ Code. The App uses cocos2d-x for rendering.
The concrete situation is that I want to ...
Hodgkins asked 8/3, 2012 at 10:10
1
Solved
I'm converting my iPhone game to Android with using cocos2d-x.
I'm coding with C++ cocos2d-x engine. and controlling audio is very important to my game because it's billiards game. I was able to c...
2
Solved
I have some problems to start programming using cocos2D on linux + android.
I use the stable release 0.12.0 (2012-03-05)
I compile create-linux-eclipse-project.sh correctly
It create a Tes...
Spider asked 2/4, 2012 at 16:6
1
Solved
I want to use Cocos2D-X for my games. So I want to read something about it. But besides poor official documentation I didn't find anything.
Can you give some materials on Cocos2D-X.
If you n...
2
2
Solved
I am using a dual project structure cocos2d-x for windows and android, and using cygwin to build my project, at first it build the whole solution:
build
$ANDROID_NDK_ROOT/ndk-build -C $GAME_ANDRO...
Kleper asked 13/12, 2011 at 19:13
© 2022 - 2024 — McMap. All rights reserved.