pixi-cull
pixi-cull copied to clipboard
a library to visibly cull objects designed to work with pixi.js
I have multiple containers inside the stage, does it handle the children of those containers as well?
Is the source code for the pixi cull live example available somewhere? I mean the one linked in the readme, here: https://davidfig.github.io/pixi-cull/ I looked but couldn't find it, and I'd...
Bumps [terser](https://github.com/terser/terser) from 5.6.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...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.1.32. Changelog Sourced from nanoid's changelog. 3.1.32 Reduced async exports size (by Artyom Arutyunyan). Moved from Jest to uvu (by Vitaly Baev). 3.1.31 Fixed collision...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Hi, thanks for creating this library, it's awesome. I encountered an issue is that my coordinate system is based on `container`, so the structure will be like  the coordinate...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
First of all, thanks for the library! Really important for optimization so thanks for putting this together and maintaining. I started setting this up last night following the code snippet...