posted 6 years ago
I've been trying to force myself into having the time to dabble in android game development. What sort of technology is leveraged in the book? raw OpenGL ES? different SDK's which are built on top of it?
Is it just 2d, or 3d, or mesh both? does it favour one over the other?
The books I've bought over android development haven't been very good, and either went into too much detail over little aspects, or too little detail over important aspects of the development, and development environment.
Thanks
Is it just 2d, or 3d, or mesh both? does it favour one over the other?
The books I've bought over android development haven't been very good, and either went into too much detail over little aspects, or too little detail over important aspects of the development, and development environment.
Thanks

~tak
irc.esper.net - tak, irc.freenode.com - tak11, irc.efnet.org - tak11
posted 6 years ago
The book covers the Canvas API as well as OpenGL ES for 2D and 3D games. The book somewhat favors OpenGL ES over the Canvas API. I suggest looking over the table of contents to get a feeling for the scope of the book.
Mario Zechner
author
Ranch Hand
Ranch Hand
Posts: 47
