davidfig / pixi-cull

a library to visibly cull objects designed to work with pixi.js
MIT License
109 stars 15 forks source link

Support Pixi v7.x #39

Closed justindujardin closed 10 months ago

justindujardin commented 11 months ago

This extends the range to support Pixi 7 versions. I've tested it locally and reviewed the code to ensure there shouldn't be any incompatibilities.

woutdp commented 11 months ago

Would love to get this merged, I've been using pixi-cull with Pixi 7 without issues. Just want to get rid of the pesky warning :)

davidfig commented 10 months ago

Thanks!