Android Open Source - OpenGL Particle Particles






Project Summary

Experiments with particles using OpenGL ES 2.0 on android.

Web Site / Source Repository

Particles is hosted in the following web site
https://github.com/AreYouReal/Particles

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

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Target SDK Version15
Minimum SDK Version15
Activity Count1
jar files usedandroid-support-v4.jar
Raw File Namesres\raw\particle_fragment_shader.glsl
res\raw\particle_vertex_shader.glsl




Resource Files

There are 1 image files in Particles. The names of the image files are listed as follows.

particle_texture.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Particles has the following Java source files.

ayr.games.particles.Constants.java
ayr.games.particles.ParticleActivity.java
ayr.games.particles.ParticlesRenderer.java
ayr.games.particles.data.VertexArray.java
ayr.games.particles.objects.ParticleShooter.java
ayr.games.particles.objects.ParticleSystem.java
ayr.games.particles.programs.ParticleShaderProgram.java
ayr.games.particles.programs.ShaderProgram.java
ayr.games.particles.util.Geometry.java
ayr.games.particles.util.LoggerConfig.java
ayr.games.particles.util.MatrixHelper.java
ayr.games.particles.util.ShaderHelper.java
ayr.games.particles.util.TextResourceReader.java
ayr.games.particles.util.TextureHelper.java