Android Open Source - OpenGL JNI GL2libpng-android






Project Summary

This code first loads raw png stream from the apk asset folder using JNI asset manager. Then it passes that stream to libPNG to extract bitmap data. Finally it generates openGL textures and renders the picture on the screen..

Web Site / Source Repository

GL2libpng-android is hosted in the following web site
https://github.com/fakhirsh/GL2libpng-android

If you think the Android project GL2libpng-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of GL2libpng-android.

ItemValue
Java File Count3
Minimum SDK Version14
Activity Count1
Asset File Namesassets\Candy_Person.png




License

The license information of GL2libpng-android is as follows:

MIT License

Java Source Files

com.fakhir.GL2libpng.GL2View.java
com.fakhir.GL2libpng.GL2libpngActivity.java
com.fakhir.GL2libpng.JNIGlue.java