pixi-viewport
pixi-viewport copied to clipboard
A highly configurable viewport/2D camera designed to work with pixi.js
After many hours spent pulling hair out and checking kubernetes configurations, I realized that there's very strange stuff going on with the latest viewport (4.18.1) and pixi 4.x - the...
The current build on pixi-viewport does not work with v6.5.0 because of changes in the pixi's DisplayObject. Issue for this PR: https://github.com/davidfig/pixi-viewport/issues/391 Changes: - [feat: upgrade pixi.js to v6.5.1](https://github.com/davidfig/pixi-viewport/commit/69738a986bd8f40f3d0e431efd2b180f49cbba20) -...
fix for https://github.com/davidfig/pixi-viewport/issues/390 Electron's version is outside the peerDependency version range, see https://github.com/pixijs/floss/blob/main/package.json#L71 Changes: - fix: set electron version accoding to floss - chore: update floss to latest version -...
As per title, would there be any way of achieving something like this, but without changing the scale of my PIXI.Text instance here? 
The wrong variable was used, causing strange behavior when using MouseEdge with distance, for Right and Bottom. This issue was mentioned here: https://github.com/davidfig/pixi-viewport/issues/263 @davidfig
Atm there are breaking changes to the DisplayObject. I want to create a PR to upgrade the pixi.js version and fix breaking changes in the code of pixi-viewport. But first...
Hi, I'm trying to run the tests locally on my machine. But the tests just hang and does nothing:  Running this on Windows 10 Pro, Node v16.13.2 Also tried...
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I've to admit that it's a while I work on data and not with the interface itself, but one of the last updates broke the drag function and I don't...
I was looking for perfromance improvement, because my pixi project updateTransform takes long time, then I saw https://codepen.io/sukantpal/pen/rNxYXaX?editors=0010 which is using "renderTexture bind" to 'map' a part of pixi stage...