Experiments with particles using OpenGL ES 2.0 on android.
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.
The following table is the detailed list of Particles.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 15 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\particle_fragment_shader.glsl res\raw\particle_vertex_shader.glsl |
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.
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