Qt Quick Particles QML Types

This QML module contains a particle system for Qt Quick. To use these types, import the module with the following line:

 import QtQuick.Particles

For a simple overview of how the system can be used, see Using the Qt Quick Particle System.

For details on the performance characteristics see Qt Quick Particle System Performance.

AngleDirection

For specifying a direction that varies in angle

CumulativeDirection

For specifying a direction made of other directions

Direction

For specifying a vector space

EllipseShape

Represents an ellipse to other particle system elements

LineShape

Represents a line for affectors and emitters

ParticleExtruder

For specifying an area for affectors and emitters

PointDirection

For specifying a direction that varies in x and y components

RectangleShape

For specifying an area for affectors and emitter