Categories
Featured Development Resources

Open Source: OpenGL ES Curve Library For iOS

OpenGL ES does not have a built in library for curve generation, and while the formulas for creating curves can be readily found there are so many different types and it is always nice to have everything done for you. Core Animation provides a few different types of curves, but there are many more. I […]

Categories
Featured Development Resources

Adding A 2D Hud To A 3D OpenGL ES Scene

Drawing a 2D Hud on a 3D OpenGL ES scene is a common task when developing games. To do this without any distortion in OpenGL ES you need to draw your HUD through a matrix different from the projection matrix used for 3D objects. Jeff LaMarche, co-author of Beginning iPhone 3 Development, and More iPhone […]

Categories
Featured Development Resources

4 Top Resources For The Unity iPhone Game Engine

Updating this old list with a few changes.  A lot has happened in the Unity 3D community since I created this list: a basic Unity 3D is now free for Mac development, and DiamondTearz blog is no more, but has been changed to another site known as InfiniteUnity3D Official Unity Resources – This is a […]