GLUT library available on Android?
I am trying to locate an Android-ready version of the OpenGL Glut library. Doe开发者_如何学Cs anyone have a pointer?
Android doesn't ship with Glut (it is not Open Source), but there are some free alternatives and (simple) libs for Android.
Here is one example: http://code.google.com/p/akjava-android-project/
Glut
for Android
exists and grows: http://freeglut.sourceforge.net/docs/android.php
精彩评论