Posts

OpenGL ES Tutorial for Android - draw triangle in OpenGL ES

Rajeev
How to draw a triangle in Android OpenGL ES? There are about billions of Android devices activated till date, and more will add to the list in coming days. These billions of devices have so many of games which uses the graphics to render the objects. These games use OpenGL API to show high performing graphics game.  These games are developed by designers, programmers, developers and others, but to begin this we need to start from a small step. Hence in this OpenGL ES Android tutorial we are going to learn how to draw a triangle in Android OpenGL ES. Prerequisite For this OpenGL ES Android tutorial you must know the OpenGL, basic Java, and about  Android Programming. Also your system should have the Android Studio (or Eclipse with ADT Plugin) and Android SDK installed. This Android game Development tutorial will use Android Studio. Creating the new Project 1. First Step in this OpenGL ES tutorial is to create a new project without any activity. 2. Next we need to create 3 classes (3 separ…

Post a Comment