Top "Opengl-es" questions

Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.

X11/Xlib.h not found in Ubuntu

I'm trying to write a rather trivial program using open gl on linux, but at a compile time it says: …

linux opengl-es compiler-errors
Draw text in OpenGL ES

I'm currently developing a small OpenGL game for the Android platform and I wonder if there's an easy way to …

android opengl-es text-rendering
Tutorials and libraries for OpenGL-ES games on Android

What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? …

android opengl-es 3d
Is there a way to import a 3D model into Android?

Is it possible to create a simple 3D model (for example in 3DS MAX) and then import it to Android?

android 3d opengl-es
Android OpenGL .OBJ file loader

There seem to be quite a number of OBJ mesh file loaders out there that people have developed for use …

android 3d opengl-es mesh
How to deal with different aspect ratios in libGDX?

I have implemented some screens using libGDX that would obviously use the Screen class provided by the libGDX framework. However, …

android opengl-es libgdx aspect-ratio
Want to display a 3D model on the iPhone: how to get started?

I want to display and rotate a single 3D model, preferably textured, on the iPhone. Doesn't have to zoom in …

iphone ios opengl-es
OpenGL ES versus OpenGL

What are the differences between OpenGL ES and OpenGL ?

opengl opengl-es
Android: 2D. OpenGl or android.graphics?

I'm working with my friend on our first Android game. Basic idea is that every frame of the game the …

android animation opengl-es 2d
Android OpenGL Texture Compression

I need some help finding information (or an example) of how to use texture compression for Android. I have a …

android opengl-es textures