Starting 3d game development [closed] - ios

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to try myself in 3d game development for iOS. And so I want to create a simple game just to see how the things work. In this game I want to have a level designed in max or blender and imported in my game. This level should include physics (for example some walls on a plane). I'm thinking about using Bullet phys engine. And I want to have a character that is able to move on this level (the walk have to be animated).
Please provide me some tutorials, source code or suggest some books.
Also it will be great suggesting some game engines to use!

Check out Unity for iOS http://unity3d.com/

Related

How to start Virtual Reality Applications Development? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
With Oculus Rift, Project Morpheus from Sony I think VR is going to be next big thing. I am kinda stuck about where and how to start getting my feet wet in VR application development. Any inputs on the same is really appreciated.
I always recomend the practicle approach. First, try it, then think about what you can do with it.
Oculus VR Development Kit 2 is available, you can order it and try it by yourself.
https://www.oculusvr.com/order/
With the development kit you will probably have access to some technical documentation to help you on how to use it.
Concerning Sony's Project Morpheus, I don't see any links to order a development kit, so you're pretty stuck regarding this one.

How can I create "QuizUp" similar graphics in ios? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
An application in AppStore's name "Quizup" probably know.
(https://itunes.apple.com/us/app/quizup-biggest-trivia-game/id718421443)
Kind of like game contest application. Competing with other people and if you know you will give points according to questions, you can skip levels etc. ..
I'm developing a game, like this game, but with a different concept, I am working on an educational game, but like the above images and animations in published application looks very soft and pleasant.
I'm wondering, exactly what tools using for developing this app?
Quartz 2d, UIKit, OpenGL-ES or game library(cocos2d etc.)?
What do you think I should use?
Thanks for your help.
Sorry poor english (I'm not native speaker)
You can implement all its UI/animations using UIKit & Quartz.

Requirements for iOS game Development [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I've created apps using objective c. Now I want to develop some cool iOS games and I don't have any knowledge as far as game development is considered. So Can anyone please tell
1) What are the basic requirements for developing a iOS game, and
2) If possible can you guys suggest a tutorial to get started.
Thank You. Help is much appreciated.
Since Apple has brought their own framework "Sprite Kit" for making exciting 2D games I suggest you to go through Raywenderlich Sprite Kit tutorial,which I believe is an jump start for your consideration.

Framework for iOS Word Game [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm developing an iOS Multiplayer word game and wondering whether I need to use cocos2d or a similar game engine? I do not need the physics engine but perhaps some animations and effects is all I would need from the engine. Will I be able to do these same effects from another library or with UIKit?
I do not want to use cocos2d unnecessarily(UIKit interfacing is faster) but if some things are just not possible without it. I'd rather be safe and use it. Any suggestions?
Apple released the new SpriteKit Framework, I recommend you to take a look at it. I would use it in your positon.
https://developer.apple.com/library/ios/documentation/GraphicsAnimation/Conceptual/SpriteKit_PG/Introduction/Introduction.html

Upload an opengl game [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Sorry for spamming, but I couldn't find a better place to put my question...I want to upload an opengl multiplayer game that I have created (multiplayer through sockets programming ... don't mind if you don't know about it).
The game is only linux based, of size < 1MB and can be played only through downloading. I just wanted to upload and share it to the world. Tell me about any sites that you know and also the reviews. Thanks in advance...
You could put the game up on SourceForge.

Resources