clamp
clamp

Reputation: 34036

android: set up simplest opengl es app

i am looking for some sample code or tutorial that sets up the most basic opengl es application.

for example, just do glClear() in the renderloop.

i have already been searching the web but all i found was either out of date or too much and too complicated.

thanks!

Upvotes: 0

Views: 411

Answers (1)

moritz
moritz

Reputation: 2478

Hm, have you tried the new "resources" tab at the android developers home? There's a nice tutorial showing the ( they name it... ) most simple opengl-es app. Shouldn't be too hard to start from that point.

Upvotes: 5

Related Questions