Particle Emitter

Component ID

1985496

Component name

Particle Emitter

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

764

Component created

Component changed

Component body

Particle Emitter

Particle Emitter is a highly configurable module which provides a particle emitter system using HTML5 canvas.

Configurable options:

  • Global settings
    • Define frame rate
    • Define unlimited amount of blocks
    • Custom blocks can be configured separately
  • Block settings
    • General
      • Define canvas container id
    • Emitter
      • Emitter location in canvas (Center, Mousetracking, Offset)
      • Emitter X-offset
      • Emitter Y-offset
    • Particles
      • Particle count
      • Particle FX
      • Life type
      • Lifetime fixed
      • Lifetime min
      • Lifetime max
      • Particle type
      • Particletypes: Circles, Rectangles, Images
      • Various type specific settings like transformation (shrink, grow, etc)...
    • Canvas
      • Canvas width
      • Canvas height
      • Canvas FX
    • Colors
      • Canvas Fill Style
      • Canvas bg color
      • Particles Fill Style
      • Define any RGB color

More features, documentation and configuration examples coming very soon...

Sites using particle_emitter module

If you use this module on your page, it would be nice to send me a link to your site where the module is running - i will add it to the list of "sites using particle_emitter module".

Installation/Configuration
------------------------------------------------------------------------------

The installation is very simple:

I. Installation
II. Configuration

I. Installation

1) Moving to module folder:
Move the downloaded module package to sites/all/modules.
=> sites/all/modules/particle_emitter/

2) Activating the module:
In administration back-end on the module configuration (admin/modules)
page you have now to install/activate the module and save the module
configuration.

3) Activating and placing the block:
After activation of the module e new block is added to the block
configuration page under structure/blocks. Now move the new block to
the desired region and make some block specific configuration.

II. Configuration

1) After installation you should check the configuration page for the
particle_emitter module and customize the settings.

2) For more configuration details read the documentation.