Android Open Source - OpenGL game aeon_java_android






Project Summary

Experimental and, above all simple, game engine for Android written in Java. A good starting point for beginnings to learn how to use OpenGL ES 2 for android..

Web Site / Source Repository

aeon_java_android is hosted in the following web site
https://github.com/robindegen/aeon_java_android

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

ItemValue
Java File Count15
Target SDK Version18
Minimum SDK Version8
Activity Count1
Asset File Namesassets\shaders\default.frag
assets\shaders\default.vert
assets\textures\mario.png




License

The license information of aeon_java_android is as follows:

GNU General Public License

Java Source Files

aeon.console.Logger.java
aeon.engine.AeonActivity.java
aeon.engine.AeonGLSurface.java
aeon.engine.AeonRenderer.java
aeon.engine.GameObject.java
aeon.engine.Sprite.java
aeon.engine.resources.ResourceManager.java
aeon.engine.resources.ResourceType.java
aeon.engine.resources.Resource.java
aeon.engine.resources.ShaderType.java
aeon.engine.resources.Shader.java
aeon.engine.resources.Texture.java
aeon.examplegame.ExampleGame.java
aeon.utility.Color.java
aeon.utility.Vector2f.java