pixijs / layers

Separate the z-hierarchy of your scene tree from its canonical structure.
https://pixijs.io/layers/docs/
MIT License
222 stars 57 forks source link

Support for pixi v5 #40

Closed yordan-kanchelov closed 5 years ago

yordan-kanchelov commented 5 years ago

I was wondering, because of migration issues, if there will be support for pixi v5 when it's released?

ivanpopelyshev commented 5 years ago

As soon as pixi-v5 beta.1 gets released. soon.

ivanpopelyshev commented 5 years ago

Btw, if you use only zIndex inside single container, v5 has it in the package.

yordan-kanchelov commented 5 years ago

Thanks for the fast and helpful response.