/rain-effect

WordPress Plugin to apply a rain effect to your images using WebGL.

Primary LanguageJavaScript

WordPress Plugin Rain Effect

Let it rain

Plugin readme: ./dist/trunk/README.md

Download and install

Rain Effect is available in the official WordPress Plugin repository. You can install this plugin the same way you'd install any other plugin.

To install it from zip file, download latest release.

Development

Clone the repository and make it your current working directory.

# Checkout the `generated` and `develop` branches
git checkout generated && git pull
git checkout develop && git pull

# Install npm dependencies
npm install

# Install composer dependencies
composer install --profile -v

# Build into `./test_build`
grunt build

This Plugin is based on generator-wp-dev-env. See generator.version in package.json.

Read the documentation for further development information. -- Installation & Quick Start -- Git branching model -- Project Structure -- Grunt Taskrunner

Dev dependencies

  • node and npm
  • yo and generator-wp-dev-env
  • composer
  • git
  • grunt and grunt-cli
  • rsync
  • gettext
  • convert from ImageMagick. Tested with ImageMagick 6.8.9-9

Support and feedback