Android Open Source - OpenGL texture AndroidThreadedTextureLoader






Project Summary

Small demo app to test loading OpenGL textures in a separate thread..

Web Site / Source Repository

AndroidThreadedTextureLoader is hosted in the following web site
https://github.com/MichaelBeeu/AndroidThreadedTextureLoader

If you think the Android project AndroidThreadedTextureLoader 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 AndroidThreadedTextureLoader.

ItemValue
Java File Count10
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\SomeTexture.png
assets\SomeTexture1.png
assets\SomeTexture2.png
assets\fragmentShader.txt
assets\vertexShader.txt




Java Source Files

AndroidThreadedTextureLoader has the following Java source files.

github.MichaelBeeu.threadedtexture.MainActivity.java
github.MichaelBeeu.threadedtexture.controllers.GameController.java
github.MichaelBeeu.threadedtexture.daos.TextureLoader.java
github.MichaelBeeu.threadedtexture.models.GameModel.java
github.MichaelBeeu.threadedtexture.utils.FileUtil.java
github.MichaelBeeu.threadedtexture.utils.GLTools.java
github.MichaelBeeu.threadedtexture.utils.Shader.java
github.MichaelBeeu.threadedtexture.views.GameView.java
github.MichaelBeeu.threadedtexture.vos.Mesh.java
github.MichaelBeeu.threadedtexture.vos.TestMesh.java