Android Open Source - OpenGL Application android-glbounce






Project Summary

Android app that simulates collision physics. (OpenGL ES 1.1).

Web Site / Source Repository

android-glbounce is hosted in the following web site
https://github.com/ivanarellano/android-glbounce

If you think the Android project android-glbounce 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 android-glbounce.

ItemValue
Java File Count11
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.WAKE_LOCK




Resource Files

There are 5 image files in android-glbounce. The names of the image files are listed as follows.

ball_beach_32.png
ball_blue_32.png
ball_dragon_32.png
ball_dragon_64.png
ball_green_32.png

The following screenshort is generated from the image listed above.

null

Java Source Files

android-glbounce has the following Java source files.

ivan.game.bounce.BasePhysics.java
ivan.game.bounce.GLBounce.java
ivan.game.bounce.GLRectangle.java
ivan.game.bounce.GLSprite.java
ivan.game.bounce.GLSpriteBall.java
ivan.game.bounce.GLSurfaceViewInput.java
ivan.game.bounce.Physics.java
ivan.game.bounce.Renderable.java
ivan.game.bounce.Vec2.java
ivan.game.bounce.Vec3.java