Android Open Source - Animation bubble Bubble






Project Summary

A simple interactive animation using Ashley entity system..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Bubble.

ItemValue
Java File Count24
Target SDK Version21
Minimum SDK Version8
Activity Count1
Asset File Namesassets\Locust.png
assets\circle.png
assets\screenshot.png




Java Source Files

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