A simple interactive animation using Ashley entity system..
Bubble is hosted in the following web site
https://github.com/yiochen/Bubble
If you think the Android project Bubble 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 Bubble.
Item | Value |
---|---|
Java File Count | 24 |
Target SDK Version | 21 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Asset File Names | assets\Locust.png assets\circle.png assets\screenshot.png |
Bubble has the following Java source files.
chen.yiou.bubble.Assets.java chen.yiou.bubble.BubbleGame.java chen.yiou.bubble.Constants.java chen.yiou.bubble.World.java chen.yiou.bubble.android.AndroidLauncher.java chen.yiou.bubble.builder.EnemyBuilder.java chen.yiou.bubble.client.HtmlLauncher.java chen.yiou.bubble.components.AccelerationComponentU.java chen.yiou.bubble.components.BoundComponent.java chen.yiou.bubble.components.BubbleComponent.java chen.yiou.bubble.components.ColorComponent.java chen.yiou.bubble.components.DimensionComponent.java chen.yiou.bubble.components.EnemyComponent.java chen.yiou.bubble.components.PositionComponent.java chen.yiou.bubble.components.PowerComponent.java chen.yiou.bubble.components.PreviewComponent.java chen.yiou.bubble.components.RenderComponent.java chen.yiou.bubble.components.VelocityComponentU.java chen.yiou.bubble.desktop.DesktopLauncher.java chen.yiou.bubble.systems.BoundSystem.java chen.yiou.bubble.systems.PositionSystem.java chen.yiou.bubble.systems.PreviewSystem.java chen.yiou.bubble.systems.RenderSystem.java chen.yiou.bubble.systems.VelocitySystem.java