Tagged Questions
1
vote
3answers
150 views
Objective-C or C++ of game engine header file for iOS developers?
We've developed a game engine written in C++. Now we are preparing our game engine for iOS developers.
I guess that many game developers use C++ or Objective-C for their game apps. So I think we ...
0
votes
2answers
66 views
What is the most secure way to archive a GKScore to be re-submitted later?
I'm looking for the safest way to archive and store a GKScore that needs to be re-submitted to Game Center (say, because the user didn't have a network connection at the time the score was earned). I ...
1
vote
1answer
143 views
OpenGL ES Faces appear to be transparent when alpha is 1.0?
I am working on an object (OBJ File) loader for my app on iOS, currently I have successfully read the vertices and the faces of the object, and I am now just adding colours to the imported models.
I ...
3
votes
1answer
158 views
iOS custom memory allocator
I'm about to start writing an iOS game and I'm going to use mainly C++/C for the core gameplay logic.
I really like pre-allocating everything in the game and try to avoid any dynamic allocations as ...
13
votes
4answers
484 views
Can I develop games for mobile platforms in C++?
I have a good grasp in C++ and C and have also experience developing AAA game using C++.
Now, I'm shamelessly thinking to dive into mobile game development either in iOS or Android. Unfortunately, I ...
5
votes
1answer
332 views
AI engine for iOS game development?
I'm looking for an AI engine for iOS game development (machine learning, path finding), please help me and sorry about my English.
1
vote
4answers
1k views
Objective-C or C++ for iOS games?
I'm pretty confident programming in Objective-C and C++, but I find Objective-C to be somewhat easier to use and more flexible and dynamic in nature.
What would be the pros and cons when using C++ ...