OpenGL Game Template used for Mr. Beck's Android programming class.
GLGameTemplate is hosted in the following web site
https://github.com/androidteacher/GLGameTemplate
If you think the Android project GLGameTemplate listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of GLGameTemplate.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 3 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\background.mtl assets\background.obj assets\box.mtl assets\box.obj assets\box.obj~ assets\card.obj assets\chip.obj assets\circle.obj assets\fonts\bullpen.ttf assets\fonts\hiscore1.ttf assets\fonts\score.ttf assets\fonts\script.ttf assets\ship.mtl assets\ship.obj assets\tree.mtl assets\tree.obj |
Raw File Names | res\raw\background.mp3 res\raw\chiphit.mp3 res\raw\flash.mp3 res\raw\gameover.mp3 res\raw\gamestart.mp3 res\raw\glass.mp3 res\raw\inplace.mp3 res\raw\swoosh.mp3 |
There are 6 image files in GLGameTemplate. The names of the image files are listed as follows.
butbac.png butbaca.png dirback.png larrow.png rarrow.png texback.png
The following screenshort is generated from the image listed above.
GLGameTemplate has the following Java source files.
com.beck.GLGameTemplate.FileTexture.java com.beck.GLGameTemplate.GLTextures.java com.beck.GLGameTemplate.GetterSetter.java com.beck.GLGameTemplate.MainDraw.java com.beck.GLGameTemplate.Start.java