Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.
I'm in the process of writing an OpenGL ES powered framework for my next Android game(s). Currently I'm supporting …
java android opengl-esOk so here is what I have so far. I have built FFmpeg on android and am able to use …
android opengl-es ffmpeg android-ndk android-video-playerFor plattform independence (desktop, cloud, mobile, ...) it would be great to use OpenCL for GPGPU development when speed does matter. …
android opengl-es opencl gpgpu renderscriptI've been searching for examples of shaders in OpenGL and I've seen some varying styles. Some shaders specifically use the …
opengl-es glsl shaderMy code is (inside the void main): float res; for(int i=0; i<15; i++) { res = float(i)/15.0; //... } Unfortunately I …
opengl-es glsl webglI'm building an Android app that takes advantage of OpenGL. As it stands, the background for the GLSurfaceView is dynamically …
android opengl-es background transparentI'm trying to figure out a simple to draw some text in OpenGL. My research has shown its a fairly …
cocoa-touch opengl-es freetypeI want to draw a sphere, I know how to do it in OpenGL using calls such as glBegin() & …
opengl-es geometry opengl-es-2.0