简体   繁体   English

开始iPhone 3D游戏编程

[英]start iphone 3d game programming

Hi I am iphone developer, I already know iphone programming. 嗨,我是iphone开发人员,我已经知道iphone编程。 I wrote couple of GPS based apps. 我写了几个基于GPS的应用程序。 Now I want to start learning 3D graphcis and game development. 现在,我想开始学习3D graphcis和游戏开发。 I want to make very simple games. 我想做一些非常简单的游戏。 ALso I want to learn how to make a solid object in Iphone. 我也想学习如何在Iphone中制作固体物体。 Any suggestions where to start from ? 有什么建议从哪里开始? ANy books etc ? 有书籍吗?

If you're interested in commercial 3D game programming, I would recommend you take a look at http://unity3d.com . 如果您对商业3D游戏编程感兴趣,建议您访问http://unity3d.com It simplifies a lot of problems, and you can start to play with a free version. 它简化了很多问题,您可以开始使用免费版本。

If your interest is in understanding the basics of 3D programming in the iPhone, you could start with the OpenGL ES Programming Guide (either the 2.0 version for iPhone 4 or the 1.x for 3G/GS). 如果您想了解iPhone中3D编程的基础知识,则可以从OpenGL ES编程指南(iPhone 4的2.0版本或3G / GS的1.x版本)开始。

Another book that seems good is: iPhone 3D Programming: Developing Graphical Applications with OpenGL ES although I haven't read it yet. 另一本看起来不错的书是: iPhone 3D编程:使用OpenGL ES开发图形应用程序,尽管我尚未阅读。

Look at Unity 3d. 看一下Unity 3d。 Its incredibly easy to use, and I made my first 3d game with it just last week! 它非常容易使用,我上周用它制作了我的第一个3D游戏!

I'm sort of working through the book Beginning iPhone Game Development (apress) which eventually goes through the development of an entire "2.5D" 3D asteroids type game. 我正在研究《 开始iPhone游戏开发》这本书,该书最终涉及整个“ 2.5D” 3D小行星类型游戏的开发。 It sticks to relatively low-level stuff like OpenGL ES rather than teaching you something like Unity. 它坚持使用诸如OpenGL ES之类的相对底层的东西,而不是教给您Unity之类的东西。

Go for Beginning iPhone Games Development by Apress this one is more useful for those who started to develop game for iPhone. 进行Apress的iPhone游戏开发入门对于那些开始为iPhone开发游戏的人来说,此功能更有用。 This book explores the basics of openGL ES for iphone game development. 本书探讨了用于iPhone游戏开发的openGL ES的基础知识。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM