Coder Social home page Coder Social logo

Support for Pixi 5.0.0 about layers HOT 11 OPEN

pixijs avatar pixijs commented on July 25, 2024 4
Support for Pixi 5.0.0

from layers.

Comments (11)

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024 12

I will not support ES6 imports before we have solution both for them and typescript in our main plugin, pixi-spine. Its a very hard task and you shouldn't wait for it.

Please inject PIXI into window before you import pixi-display.

Honestly, I think that ES6 imports are the worse thing that ever happened to JS.

from layers.

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024 2

Please read https://github.com/pixijs/pixi-layers/tree/master#migration-from-v4

I didn't port double-buffering and lighting yet, but basic sorting and stuff works.

from layers.

rkdrnf avatar rkdrnf commented on July 25, 2024 2

Uncaught ReferenceError: PIXI is not defined error occurs when used with PIXI v5 ES6 imports.

from layers.

jonlepage avatar jonlepage commented on July 25, 2024

hi, yes ivan told me he will do it, but it a lot of work! maybe not soon.
i also wait compatibility before start with v5 :)

pixi-layers.js
pixi-lights.js
pixi-spine.js
pixi-projection-spine.js
pixi-heaven.js

from layers.

wpitallo avatar wpitallo commented on July 25, 2024

This would be great!

from layers.

wpitallo avatar wpitallo commented on July 25, 2024

Awesome, thanks so much, I see that Pixi 5 does have z-index support, what other benefits does pixi-layers.js provide? And is it preferable to use layers of the native z-index support? Does this upgrade also support pixi5 legacy? Thx in advance for the help!

from layers.

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024

There's an explanation in repo. Basically, pixijs can sort things inside one container, pixi-layers sorts through whole tree.

Basic use-case is when you have multiple characters, each has its own healthbar and shadows. healthbars have to be on top of all chars, shadow below them.

from layers.

wpitallo avatar wpitallo commented on July 25, 2024

Awsome, thx very much :)

from layers.

R4wizard avatar R4wizard commented on July 25, 2024

In light of the amount of 👎 to your opinion, is there any chance you'll reconsider?

from layers.

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024

Current solution for all my plugins, works with angular and other stuff

import * as PIXI from `pixi.js`
window.PIXI = PIXI; //or global
require('pixi-layers');

It doesnt depend on whether or not i like it. I can rewrite everything to use modules but only on JS, not TS.

Root problem is that PixiJS typings dont support modules. It was really hard to generate typings from jsdoc. Now we need to support modules.. well.. how?

from layers.

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024

We might put on this request significant bounty through https://opencollective.com/pixijs :)

from layers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.