mattjennings / svelte-pixi

Create PixiJS apps with Svelte
https://svelte-pixi.com
MIT License
112 stars 15 forks source link

PixiJS v8 #39

Open scrodde opened 2 months ago

scrodde commented 2 months ago

Love your work! Any plans on supporting PixiJS v8?

Is https://github.com/mattjennings/svelte-pixi/pull/36 something I could continue to work on to migrate for v8?

mattjennings commented 2 months ago

Oh! I hadn't realized PixiJS v8 launched already. I was hoping to coincide v8 support with a Svelte 5 migration as well, as that offered a nice performance boost, but I haven't kept up with where Svelte 5 is at regarding a stable release.

Definitely happy to take any help regarding this though. #36 is more-or-less good to go... I was waiting to hear back from some folk for feedback and never did. It's probably good enough to release and then start on v8, or maybe it's worth skipping v7 altogether?

scrodde commented 2 months ago

Better release often. I would merge #36 if that is is good to go and then start a new branch for v8 and another for svelte5? I can help on the v8 migration :)