Skip to content

roamtouch/gesturekit-particles-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GestureKit Technology

GestureKit Particles

A DOM particle system.

Demo

Live Demo

GestureKit Particles Demo

Usage

Add the dependency into your HTML file.

You should download the dependency and reference the JavaScript file using a <script> tag somewhere on your HTML pages.

<script src="gesturekit.min.js"></script>

Add gesturekit.particles.js into your HTML file.

You should download the library and reference the JavaScript file using a <script> tag somewhere on your HTML pages.

<script src="gesturekit.particles.min.js"></script>

Initialize Particles.

Initializes touchParticles.

gesturekit.touchParticles();

Development setup

  1. Install Git and NodeJS.

  2. Fork gesturekit-particles-web repository. (How to Fork A Repo?).

  3. Open your terminal and clone gesturekit-particles-web by running: $ git clone [email protected]:YOUR-USERNAME/gesturekit-particles-web.git

  4. Switch to develop branch: $ git checkout develop

  5. Install its dependencies: $ npm install

  6. Install grunt-cli: $ npm install grunt-cli -g

  7. Develop. Develop. Develop.

  8. Send pull request :)

Maintained by

  • Ivan Venelinov Shulev
  • Guille Paz

Credits

RoamTouch logo

RoamTouch

RoamTouch logo

GestureKit

License

Licensed under Apache v2 License.

Copyright (c) 2014 RoamTouch.