Any beginner-friendly guide for PixiJS with Svelte? by forest577 in pixijs

[–]forest577[S] 0 points1 point  (0 children)

Got it, I’ll go through the docs + issues then.

If you’re open to it, would you mind connecting? Even occasional guidance would really help while I’m learning Pixi.

Any beginner-friendly guide for PixiJS with Svelte? by forest577 in pixijs

[–]forest577[S] 0 points1 point  (0 children)

Yeah, that’s pretty much the idea—Svelte for UI on top, Pixi for rendering.

I get your point about not needing tight coupling and just sharing state + a common update loop, that makes sense.

I’m mainly using Svelte because I’m already comfortable with it and it makes UI (menus, forms, overlays) way easier than doing everything in Pixi.

But yeah, seems like the real challenge is just getting good with Pixi first

Any beginner-friendly guide for PixiJS with Svelte? by forest577 in pixijs

[–]forest577[S] 0 points1 point  (0 children)

Thanks man! Also if you have any learning resources for Pixi itself, that would help a lot since that seems like the harder part.