Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kesalin/OpenGLES

OpenGL ES 2.0 iPhone tutorial.
https://github.com/kesalin/OpenGLES

Last synced: about 2 months ago
JSON representation

OpenGL ES 2.0 iPhone tutorial.

Awesome Lists containing this project

README

        

OpenGL ES 2.0 for iPhone
======================================================================

OpenGL ES iPhone tutorial.
You can read all posts of this tutorial here:
http://blog.csdn.net/kesalin/article/category/1288827

Copyright 2012 kesalin, All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

Neither the name of kesalin nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.

Contact kesalin at [email protected] or [email protected].
This is my technology blog: http://blog.csdn.net/kesalin/.

This version is modified and maintained by [email protected].

-----------------------------------------------------------------------
Screenshots:

Tutorial01: Introduce
![01](https://github.com/kesalin/OpenGLES/blob/master/Tutorial01/Tutorial01-Intro.png)

Tutorial02: Introduce
![02](https://github.com/kesalin/OpenGLES/blob/master/Tutorial02/Tutorial02-Intro.png)

Tutorial03: Transform
![03](https://github.com/kesalin/OpenGLES/blob/master/Tutorial03/Tutorial03-Transform.png)

Tutorial05: Transform & Color
![04](https://github.com/kesalin/OpenGLES/blob/master/Tutorial05/Tutorial05-Transform%26Color.png)

Tutorial06: Vertex Buffer Object
![06](https://github.com/kesalin/OpenGLES/blob/master/Tutorial06/Tutorial06-VBO%26Surface.png)

Tutorial07: Per-Vertex Light
![07](https://github.com/kesalin/OpenGLES/blob/master/Tutorial07/Tutorial07-PerVertexLight.png)

Tutorial08: Per-Pixel Light & Toon Shader & Polygon Offset
![08](https://github.com/kesalin/OpenGLES/blob/master/Tutorial08/Tutorial08-ToonShader.png)

Tutorial09: Load OBJ Model
![09](https://github.com/kesalin/OpenGLES/blob/master/Tutorial09/Tutorial09-LoadObjModel.png)

Tutorial10: Texture
![10](https://github.com/kesalin/OpenGLES/blob/master/Tutorial10/Tutorial10-Texture.png)

Tutorial11: Texture Combine with Color
![11](https://github.com/kesalin/OpenGLES/blob/master/Tutorial11/Tutorial11-Texture%20Blend%20with%20Color.png)

Tutorial12: Texture Combine with Texture
![12](https://github.com/kesalin/OpenGLES/blob/master/Tutorial12/Tutorial12-Texture%20Blend%20with%20Texture.png)

Tutorial13: Stencil Buffer
![13](https://github.com/kesalin/OpenGLES/blob/master/Tutorial13/Tutorial13-Stencil%20Buffer.png)

Tutorial14: Cubemap Texture
![14](https://github.com/kesalin/OpenGLES/blob/master/Tutorial14/Tutorial14-TextureCube.png)