Simple OpenGL Engine for Android.
GabEngine is hosted in the following web site
https://github.com/rohirrin/GabEngine
If you think the Android project GabEngine 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 GabEngine.
Item | Value |
---|---|
Java File Count | 34 |
Activity Count | 1 |
Asset File Names | assets\face_box.png assets\shader\ShapeBatches_FS.glsl assets\shader\ShapeBatches_VS.glsl assets\shader\Shape_FS.glsl assets\shader\Shape_VS.glsl assets\shader\Sprite_FS.glsl assets\shader\Sprite_VS.glsl assets\tank.png |
GabEngine has the following Java source files.
com.pol.actions.Action.java com.pol.actions.FiniteAction.java com.pol.actions.InfiniteAction.java com.pol.actions.MoveAction.java com.pol.actions.MoveToAction.java com.pol.actions.actionlisteners.ActionListener.java com.pol.actions.actionlisteners.AutoRemoveActionListener.java com.pol.actions.easefunctions.EaseExponentialOut.java com.pol.actions.easefunctions.EaseFunction.java com.pol.actions.easefunctions.EaseLinear.java com.pol.camera.Camera.java com.pol.engine.Engine.java com.pol.entities.Entity.java com.pol.entities.Scene.java com.pol.entities.Shape.java com.pol.entities.ShapeBatches.java com.pol.entities.ShapeCreator.java com.pol.entities.Sprite.java com.pol.entities.SpriteCreator.java com.pol.entities.background.Background.java com.pol.entities.updateModifier.TimeElapsedListener.java com.pol.entities.updateModifier.UpdateListener.java com.pol.gabengine.BaseGabGame.java com.pol.gabengine.GabGLSurface.java com.pol.gabengine.GameInterface.java com.pol.gabengine.Main.java com.pol.graphics.FPSCounter.java com.pol.graphics.Shader.java com.pol.graphics.textures.Texture.java com.pol.graphics.textures.TextureFactory.java com.pol.utils.CnsOpenGL.java com.pol.utils.GabMath.java