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

Create PixiJS apps with Svelte

Results 7 svelte-pixi issues
Sort by recently updated
recently updated
newest added

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?

Got an error: _Uncaught (in promise) Error: [AnimatedSprite]: Invalid frame index value 0, expected to be between 0 and totalFrames 0._ **Is there an example of how to use it...

PixiJS just released v7. There are a few breaking changes which will affect SveltePixi's API. [PixIJS migration guide](https://github.com/pixijs/pixijs/wiki/v7-Migration-Guide)

Hi, I am looking for the [masks](https://pixijs.io/examples/#/masks/graphics.js), Did I miss it in the doc, or do you want to make the tests first? Best

before i get too far adding more components, we need to test the ones it has

Hello Im trying to run the `svelte-kit` example but getting this error after I install the dependencies via `pnpm` ```failed to load config from /Users/me/Projects/pixijs/mattjennings/vite.config.js error when starting dev server:...