Skip to content

github-alens/DroidParticle

 
 

Repository files navigation

DroidParticle

A Particle System Library for Android!

Let's Demo First!

image image image

What is DroidParticle?

DroidParcile is a particle system library for Android applications.
A particle system is usually used to present visual effects like fire, cloud, fog, and many other cool things.
Although common animations may somehow satisfy these needs, but particle system is better for it is more randomized and vivid.

How it works?

Like other particle system, DroidParticle presents the visual effect by emitting many "particle"s.
And a "particle" has following features:

  • With a life duration
  • Presented by a very simple image
  • It moves!
  • With many parameters like alpha, velocity, direction, color, etc.
  • Its parameters changes during its life time
  • All the particles in one system changes their own parameters in a specified way, which is designed by user. The particle systems emit particles at a specified rate.

Anything special?

  • DroidParticle is only for Android
  • It is based on common Android graphic API instead of OpenGL
  • It is light weight and small
  • It has a marvelous demo which can help you understand all it parameters

About

A Particle System Library for Android Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%