pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
784 stars 124 forks source link

interactive editor examples in v5 format? #171

Closed aMadReason closed 2 years ago

aMadReason commented 2 years ago

Hiya,

This is possibly a silly question and I'm probably missing something somewhere, but is there an interactive editor for the newer emitter formats? The examples from the current one don't use behaviours at all (even just a repo of the examples in the new format would be amazing).

using: "pixi.js": "^6.2.1" "@pixi/particle-emitter": "^5.0.3"

Thanks!

andrewstart commented 2 years ago

The runtime is backwards compatible with the older format, so you can use the editor if you want to. However, all of the examples in it, and more, live in this repository already!

aMadReason commented 2 years ago

Knew I was being daft. Thanks @andrewstart !!