Home Studying Opengl ES
Post
Cancel

Studying Opengl ES

books

I have purchased two books about OpenGL ES. The one on the right “OpenGL ES game development” I bought several years ago. Its primary focused for an average developer, who wants to learn OpenGL ES and has OpenGL background. The book has chapter about fixed point math and other limitations to deal with mobile devices. So it’s really not ideal for a mobile developer, who want’s to learn OpenGL ES. It’s a good book about limitations of mobile platform, but not really good book for learning to develop for OpenGL ES.

The book on the left”Mobile 3D Graphics with OpenGL ES and M3G” I got recently. It is primary targeting mobile developers, who want to create 3d-grapcics. So this was the right book for me. The first chapters handle 3d graphics and math in general levels and the later chapters tell you about OpenGL ES and M3G. The book also had chapter about EGL, which is used to create OpenGL surfaces in Symbian OS, so it really has everything that I need for developing OpenGL ES for Symbian/S60.

I’m only going to create a simple OpenGL ES renderer for Snes9x, but it’s still nice to learn 3d graphics in general. I might create some simple 3d demo after I finish Snes9x porting.

This post is licensed under CC BY 4.0 by the author.

Using the Snes9x frame as opengl texture

Rendering frames with OpenGL ES

Comments powered by Disqus.