Tags

Posté le 17 février 2010 à 10h14

[Documentation] Développement 3D sur iPhone

iphonecardrenaline [Documentation] Développement 3D sur iPhone
Voici une documentation complète sur la programmation 3D sur iPhone, en utilisant OpenGL.

Preface

How to Read This Book

« It makes programming fun again! » is a cliché among geeks; all too often it’s used to extol the virtues of some new-fangled programming language or platform. But I honestly think there’s no better aphorism to describe iPhone graphics programming. Whether you’re a professional or a hobbyist, I hope this book can play a small role in helping you to re-discover the joy of programming.

This book is not an OpenGL manual, but it does teach many basic OpenGL concepts as a means to an end: namely, 3D graphics programming on the iPhone and iPod Touch. Much of the book is written in a tutorial style, and I encourage you to download the sample code and play with it. Readers don’t need a graphics background, nor do they need any experience with the iPhone SDK. A sound understanding of C++ is required; fluency in Objective C is useful but not necessary. Additionally, a smidgen of Python is used in chapter 7, but don’t let it scare you off.

I tried to avoid making this book math-heavy, but, as with any 3D graphics book, you at least need a fearless attitude towards basic linear algebra. I’ll hold your hand and jog your memory along the way.

If you’re already familiar with 3D graphics, but haven’t done much with the iPhone, you can still learn a thing or two from this book. There are certain sections that you can probably skip over. Much of chapter 2 is an overview of general 3D graphics concepts; I won’t be offended if you just skim through it. Conversely, if you have iPhone experience but are new to 3D graphics, you can gloss over some of the Objective C and Xcode overviews given in Chapter 1.

In any case, I hope you enjoy reading the book as much as I enjoyed writing it! [...]

Lire cette documentation : iPhone 3D Programming.

Votre commentaire