Skip to content

pofulu/sparkar-particle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Particle

A wrapped tool for controlling emitters in SparkAR.

Install

Import

  1. Download Particle.js (Right click and Save as)

  2. Download PFTween.js (Right click and Save as)

  3. Drag/Drop or import them to Spark AR

  4. Import Particle module

    import { Particle } from './Particle';
    // Your script...
  5. You can also Click Here to Download a Sample Project.

npm

  1. Add package with yarn or npm

    yarn add sparkar-particle

    or

    npm i sparkar-particle
  2. Import Particle module

    import { Particle } from 'sparkar-particle';
    // Your script...

Usage

import { Particle } from './Particle';

const TouchGestures = require('TouchGestures');

const ps = Particle.findFirst('emitter0').setFadeout().stop();
//or
//const ps = Particle.findAll('emitter0').setFadeout().stop();
//or
//const ps = Particle.findByPath('**/emitter0').setFadeout().stop();
    
TouchGestures.onTap().subscribe(() => ps.burst())

Donations

If this is useful for you, please consider a donation🙏🏼. One-time donations can be made with PayPal.