* http://en.wikipedia.org/wiki/OpenGL_ES * https://www.khronos.org/opengl/wiki/Legacy_OpenGL * https://www.khronos.org/registry/OpenGL-Refpages/es1.1/xhtml/# ==== LEARN: API ==== * http://docs.gl/gles2/es2/glDrawArrays# Also on GL1.2 * http://docs.gl/es2/glDrawElements * Replaces GL1.3: glBegin, glEnd, glVertex3f, glTexCoord2f, glColor3f, glColor4f * http://docs.gl/es2/glBindTexture# * http://docs.gl/es2/glBlendFunc# * http://docs.gl/es2/glClearDepthf# * Replaces GL1.3 :glClearDepth * http://docs.gl/es2/glUniform# * Replaces GL1.3 : glFrustumf, glLoadIdentity, glMatrixMode * http://docs.gl/gl2/glFrustum * https://www.khronos.org/registry/OpenGL-Refpages/es1.1/xhtml/glFrustum.xml# glFrustumf TODO: GL 1.3 * http://docs.gl/gl2/glShadeModel * http://docs.gl/gl2/glTexEnv * https://gamedev.stackexchange.com/questions/56609/how-to-create-a-projection-matrix-in-opengl-es-2-0/56622# * http://www.opengl-tutorial.org/beginners-tutorials/tutorial-2-the-first-triangle/ * http://docs.gl/gl2/glInterleavedArrays ===== ToDo ===== * [[Port]] to [[Debian]] , [[OpenMoko]] : * http://wiki.maemo.org/SimpleGL_example ** http://sourceforge.net/tracker/index.php?func=detail&aid=1692814&group_id=87506&atid=583375 * http://sourceforge.net/tracker/?func=detail&atid=790018&aid=1404634&group_id=154000 * http://talk.maemo.org/showthread.php?t=25864&highlight=vincent3d * http://www.jwz.org/blog/2012/06/i-have-ported-xscreensaver-to-the-iphone/# glBegin * https://jan.newmarch.name/Wayland/EGL/# EgL * https://github.com/hexdump0815/linux-mainline-and-mali-on-odroid-u3# OpenGl GpU ===== OpenGL ES ===== * http://rzr.online.fr/isbn/1592003702 [[Book]] OpenGL ES * http://rzr.online.fr/ean/9780321502797 http://www.opengles-book.com * http://developer.qualcomm.com/showcase/adreno-sdk# QualComm GpU * https://wiki.st.com/stm32mpu/wiki/How_to_launch_glmark2_benchmark# ==== vincent3d ==== * http://sf.net/projects/ogl-es cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ogl-es login \ && cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ogl-es co ogles * http://www.vincent3d.com/software/software.html ===== misc ===== * http://www.CoreTechniques.info/# [[shader]] * http://ptitseb.github.io/gl4es/ ===== MORE ===== @TaG: [[OpenGl]] [[Mobile]] [[Graphics]] [[Library]] [[gl]]