Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 796 Bytes

Particles System Example

This example shows how the Particle system can be used.

It shows three effects:

  • Fire Effect:

    This is a simple effect that shows fire particles rising from the center of the window.

  • Sparkle Effect:

    This shows multiple sized particles starting at the center of the window and going in all directions.

  • Image Source Effect:

    This takes an image source and creates particles from that image and shows them waving.

By tapping the screen, you can move between one effect to the next. You can also press any key to move to the next effect apart from the ESC or Back keys which will exit the application.