Matt Karl

Results 35 issues of Matt Karl

The latest version of TypeScript was throwing these core errors when trying to build against v7.0.0-alpha.2. ``` node_modules/@pixi/core/index.d.ts:318:5 - error TS2416: Property 'init' in type 'BackgroundSystem' is not assignable to...

### Changes * Output is ES2017 instead of ES5 * Incompatible with PixiJS v6 ### Chores * Updates Github Actions dependencies * Upgrades build tools to use esbuild * Update...

This project will need some work upgrading to v7: * Removes interaction plugin (replaces with events) * Removes Loader (replaces with Assets) There are several plugins that will also require...

Fixes #101 Our project (PixiJS) uses CodeSandbox for examples (which, in turn, uses Webpack). We were having issues with the current exports from this project which were breaking our examples...

### ⚠️ Work in progress Trying out some more declarative constructor options for display objects. I feel like you should be able to set things like x/y from the constructor...

v7

## Overview We need some help if you're savvy in TypeScript! We would like to update our TypeScript implementation to enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig#strictNullChecks). Doing so would add a level of strictness...

📢 Accepting PRs

### Current Behavior WebGPU: https://jsfiddle.net/bigtimebuddy/50ectyp4/ WebGL: https://jsfiddle.net/bigtimebuddy/amt9gnd7/ ### Expected Behavior WebGL version is correct, seems like a difference with WebGPU ### Steps to Reproduce * Use PixiJS with WebGPU preference...

Automatically uploads the dist files to the release when created.

Follow up to @eXponenta recent mobile PR #13 Scrolling the code is a poor experience in iOS (and maybe others) because the default page overflow/scroll behavior. Would suggest not allowing...

See https://github.com/pixijs/pixi.js/issues/3738 This will provide a better comparison with v3 and v4.

enhancement