Android OpenGL: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
== Documents about Google Android & OpenGL ==
== Documents about Google Android & OpenGL ==

* [http://code.google.com/android/index.html Android general]
* [http://code.google.com/android/index.html Android general]
** [http://code.google.com/android/what-is-android.html#os_architecture Android Architecture]
** [http://code.google.com/android/what-is-android.html#os_architecture Android Architecture]
** [http://code.google.com/android/download.html Android SDK]
** [http://code.google.com/android/download.html Android SDK]
** [http://code.google.com/android/intro/installing.html Installation]
** [http://code.google.com/android/intro/installing.html Installation]

* [http://code.google.com/android/toolbox/apis/opengl.html Android OpenGL]
* [http://code.google.com/android/toolbox/apis/opengl.html Android OpenGL]
** [http://code.google.com/android/reference/javax/microedition/khronos/opengles/GL.html Docs: Android OpenGL ES implementation]
** [http://code.google.com/android/reference/javax/microedition/khronos/opengles/GL.html Docs: Android OpenGL ES implementation]
** [http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/graphics/GLView1.html Sample Application SRC-Code]
** [http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/graphics/GLView1.html Sample Application SRC-Code]

* OpenGL ES (general)
* OpenGL ES (general)
** [http://www.khronos.org/opengles/ OpenGL ES]
** [http://www.khronos.org/opengles/ OpenGL ES]
** [http://www.khronos.org/opengles/1_X/ OpenGL ES 1.0 with Doc]
** [http://www.khronos.org/opengles/1_X/ OpenGL ES 1.0 with Doc]

* further resources
* further resources
** [http://code.google.com/android/intro/hello-android.html "Hello Android" HowTo]
** [http://code.google.com/android/intro/hello-android.html "Hello Android" HowTo]
** [http://code.google.com/android/intro/tools.html Android SDK tools explained]
** [http://code.google.com/android/intro/tools.html Android SDK tools explained]
** [http://code.google.com/android/devel/implementing-ui.html Implementing a User Interface]
** [http://code.google.com/android/devel/implementing-ui.html Implementing a User Interface]
** [http://code.google.com/p/android-gl/ Google Code Project: Android-gl - Making OpenGL Programming in Android Easier]


* SVN / Examples / Code
* SVN / Examples / Code

Revision as of 14:04, 30 June 2008