davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

Make it work with pixi 8 #468

Closed Aeolun closed 5 months ago

Aeolun commented 11 months ago

The code is updated, but while the dev example works. The other examples for the website still need to be updated.

I imagine you probably do not want this in master, but there's not currently a better place to merge it :)

hlevring commented 6 months ago

hey @Aeolun it looks like pixijs v 8.0 was released a few ours ago. https://github.com/pixijs/pixijs/releases

Do you think you might get a chance to update this PR so it can be merged - will send you a pizza ;)

jamespohalloran commented 5 months ago

Hey! Just starting a new Pixi Project and was curious the status of this PR: - Is this PR needed to have pixi-viewport working with Pixi v8, period?

Thanks!!

( Update: I see now there are required dependency updates that make this PR required for using w/ v8, e.g switching from "@pixi/core" )

lmagitem commented 5 months ago

I second @jamespohalloran question, would it be possible to know what's lacking/when you feel it might be ready? I could lend a hand if needed.