react-native-particle-system icon indicating copy to clipboard operation
react-native-particle-system copied to clipboard

Using the Engine on User Events (Touch Taps)

Open indivisable opened this issue 9 years ago • 0 comments

What would be the best way to achieve this effect (in an optimal manner); User taps on screen and particle system puts fireworks under where the user taps, I am trying to test to see if I should create a new particle system object each time or keep one overlaid on UI (with disabled interaction).

Does anyone have any advice here? Also beyond user events my UI can dispatch events to place a particle event at any given location on screen. Similar to touch I'm wondering what is most optimal way to do this.

Kind of like this: https://www.youtube.com/watch?v=DiqZa18enVU

indivisable avatar Feb 17 '17 14:02 indivisable