A simple Android Entity based game system.
BluEngine is hosted in the following web site
https://github.com/teamblubee/BluEngine
If you think the Android project BluEngine 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 BluEngine.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Raw File Names | res\raw\wp_datahd.json res\raw\wphd.png |
There are 1 image files in BluEngine. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
BluEngine has the following Java source files.
com.blubee.bluengine.MainActivity.java com.blubee.bluengine.engine.Logic.java com.blubee.bluengine.engine.World.java com.blubee.bluengine.entitysystem.Component.java com.blubee.bluengine.entitysystem.EntityManager.java com.blubee.bluengine.entitysystem.Mesh.java com.blubee.bluengine.entitysystem.Position.java com.blubee.bluengine.entitysystem.SpriteComponent.java com.blubee.bluengine.graphics.GLRenderer.java com.blubee.bluengine.graphics.MyRenderer.java com.blubee.bluengine.graphics.SpriteSheet.java com.blubee.bluengine.graphics.SpriteSheetLoader.java com.blubee.bluengine.graphics.SpriteSheetRegion.java com.blubee.bluengine.graphics.Texture.java com.blubee.bluengine.graphics.TextureLoader.java com.blubee.bluengine.jniBuffers.JniBuff.java com.blubee.bluengine.jniOpenGL.BLU20.java