Matt Karl

Results 35 issues of Matt Karl

Bug found here: https://github.com/pixijs/pixijs/issues/7753 peerDepencencies version for `@pixi/graphics` is ^5 and should get upgraded to include 6, or else this will create issues with typings and having a mix of...

It was recommended from #34 to create a new property on PIXI.Container called "instances" which contains the references to named-symbols. This would replaced the current Flash/ActionScript3-style approach of adding the...

enhancement

Could be a Pixi.js issue, but mask graphics that contain a stroke are not renderered correctly as a mask. It only masks the stroke shape and not the fill.

bug

Animated mask don't work with Symbols. Only "wet-art" (vector shapes) work. These cannot be animated. The work around is to create static frames and break apart all artwork. There also...

bug

We are having issues with this test and it's periodically breaking our GH Actions. Less familiar with this code, anyone have ideas? https://github.com/pixijs/pixijs/blob/51b55fd3ed1c18f114e040b5da6806f103808d93/packages/loaders/test/AsyncQueue.tests.ts#L7-L67 ### Example ``` Summary of all failing...

There are some API inconsistencies with PixiJS `Texture.from`, `Sprite.from`, etc and `Sound.from` in this library. The SoundLibrary class maintains it's own map of sounds loaded with Loader or `sound.play` or...

enhancement

Design a set of PIXI filters which mirror the properties of how Animate renders. Main filters to support would be: * Blur * Drop Shadow * Glow

enhancement

Integration the loading and automatic playback using [pixi-sound](https://github.com/pixijs/pixi-sound) if it is available.

enhancement

Related issue: https://github.com/pixijs/guides/issues/15 Problem is that markdown file source links (e.g., `[Scene Graph](scene-graph.html)`) need to be expressed for the output file name. These links don't work when the tutorials are...

These error keep popping up for me when I built the docs. ``` [DocParser]: Failed to parse doc for (@Unnamed){@packages/basis/src/Basis.ts} [DocParser]: Failed to parse doc for (@Unnamed){@packages/basis/src/Basis.ts} [DocParser]: Failed to...

🎉 Feature request
📦 @webdoc/parser