Entity system and OpenGL framework on Android.
paquerette is hosted in the following web site
https://github.com/Malrok/paquerette
If you think the Android project paquerette 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 paquerette.
Item | Value |
---|---|
Java File Count | 30 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar android-support-v4.jar android-support-v4.jar android-support-v4.jar |
There are 3 image files in paquerette. The names of the image files are listed as follows.
canardage_lapin.png enemy.png ship.png
The following screenshort is generated from the image listed above.
paquerette has the following Java source files.
com.mrk.bubbles.Components.DimensionComponent.java com.mrk.bubbles.Components.PositionComponent.java com.mrk.bubbles.Components.SpeedComponent.java com.mrk.bubbles.Components.TextureComponent.java com.mrk.bubbles.DisplayActivity.java com.mrk.bubbles.GameWorld.java com.mrk.bubbles.Systems.MovementSystem.java com.mrk.bubbles.Systems.RenderingSystem.java com.mrk.entitysystem.EntityManager.java com.mrk.entitysystem.World.java com.mrk.entitysystem.interfaces.Component.java com.mrk.entitysystem.interfaces.SubSystem.java com.mrk.entitysystem.metas.MetaEntity.java com.mrk.framework.activities.MRKOGLActivity.java com.mrk.framework.activities.MRKOGLActivityInterface.java com.mrk.oglext.MRKOGL.java com.mrk.oglext.components.Dimension.java com.mrk.oglext.components.Mesh.java com.mrk.oglext.components.Plane.java com.mrk.oglext.components.Scene.java com.mrk.oglext.components.Texture.java com.mrk.oglext.helpers.GraphicsHelper.java com.mrk.oglext.tools.GLRenderer.java com.mrk.oglext.tools.GLRendererInterface.java com.mrk.oglext.tools.GameTick.java com.mrk.oglext.tools.Graphics.java com.mrk.oglext.tools.MatrixGrabber.java com.mrk.oglext.tools.MatrixStack.java com.mrk.oglext.tools.MatrixTrackingGL.java com.mrk.oglext.views.GLView.java