pixi-projection icon indicating copy to clipboard operation
pixi-projection copied to clipboard

Pixijs v5 support

Open gparvind opened this issue 6 years ago • 16 comments

How much of pixijs v5 support is already there? I tried with v5 rc3 and got null pointer error when It tries to access PIXI.glCore.

gparvind avatar Apr 15 '19 18:04 gparvind

0%. I'm very busy with v5 itself :) But it shouldn't be that difficult

ivanpopelyshev avatar Apr 15 '19 20:04 ivanpopelyshev

Hello, Will you use https://github.com/pixijs/pixi-gl-core for v5? I've tried to adapt pixi-projection to v5 but I've failed. Do you have a plan to update?

abdullah avatar May 07 '19 08:05 abdullah

hey! gl-core was moved to main pixi repo. Yes, soon. Cant say when exactly, but PixiJS v5 is ready , and pixi-spine, pixi-filters work with it. I need to update like 10 plugins and then make new tutorials :)

ivanpopelyshev avatar May 07 '19 19:05 ivanpopelyshev

The main problem is of course new multi-texture sprite/graphics/mesh renderer. I think i'll merge all TS plugins into one repo, and make them depend on extandable multi-texture renderer, like i did it in pixi-projection and pixi-heaven.

ivanpopelyshev avatar May 07 '19 19:05 ivanpopelyshev

I'm subscribing to this task to be notified when you finish the v5 support.

Thanks a lot @ivanpopelyshev for your great work!

ArthurianX avatar Jun 18 '19 07:06 ArthurianX

@ArthurianX @gparvind @finscn V5 support is in master branch. Use it with pixijs.download/dev/pixi.js or pixijs.download/dev/pixi-legacy.js . Somehow, it even supports canvas2d context! Partially.

ivanpopelyshev avatar Jun 22 '19 21:06 ivanpopelyshev

Thanks a lot @ivanpopelyshev !

ArthurianX avatar Jun 23 '19 09:06 ArthurianX

@ivanpopelyshev my app compile with this error "Namespace 'PIXI' has no exported member 'BatchShaderGenerator'." and my pixi version is 5.0.4

stefor22 avatar Jun 24 '19 02:06 stefor22

@stefor22 try with pixijs.download/dev/pixi.js

gparvind avatar Jun 24 '19 03:06 gparvind

@gparvind i use npm. try to install pixi with branch dev and fail. i got you what you mean though. thanks pal.

stefor22 avatar Jun 24 '19 04:06 stefor22

could you update https://github.com/pixijs/pixi.js/issues/5500 ?

finscn avatar Jun 24 '19 05:06 finscn

done

ivanpopelyshev avatar Jun 24 '19 08:06 ivanpopelyshev

@ivanpopelyshev can you provide a specify url for the pixi-legacy.js you mention up there? The one i get from the example website seems not that stable.

stefor22 avatar Jun 25 '19 02:06 stefor22

I just gave it three comments ago: pixijs.download/dev/pixi-legacy.js , its a dev version

ivanpopelyshev avatar Jun 25 '19 06:06 ivanpopelyshev

i hope i can help out.. now i have no idea how to work on the extensions for projection

jjhesk avatar Aug 10 '19 14:08 jjhesk

@jjhesk what is not working for you?

ivanpopelyshev avatar Aug 10 '19 14:08 ivanpopelyshev