pixi-projection
pixi-projection copied to clipboard
Pixijs v5 support
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.
0%. I'm very busy with v5 itself :) But it shouldn't be that difficult
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?
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 :)
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.
I'm subscribing to this task to be notified when you finish the v5 support.
Thanks a lot @ivanpopelyshev for your great work!
@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.
Thanks a lot @ivanpopelyshev !
@ivanpopelyshev my app compile with this error "Namespace 'PIXI' has no exported member 'BatchShaderGenerator'." and my pixi version is 5.0.4
@stefor22 try with pixijs.download/dev/pixi.js
@gparvind i use npm. try to install pixi with branch dev and fail. i got you what you mean though. thanks pal.
could you update https://github.com/pixijs/pixi.js/issues/5500 ?
done
@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.
I just gave it three comments ago: pixijs.download/dev/pixi-legacy.js , its a dev version
i hope i can help out.. now i have no idea how to work on the extensions for projection
@jjhesk what is not working for you?