You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #16. I need to redo the way pixi-cull is bundled. I'll try to get to it this week. It does work if using require or import.
Appreciate it! If it's not asking for much, can you also include how you did it with bundler? Or a link to a tutorial to it? It will help with less advance programmers like myself. Thank you!
I updated the projected to v2.0.1. It is now accessible via the window.Cull variable. See the README.md for more information.
The easiest tool for bundling (I found) is parcel: https://parceljs.org/. It's almost magical. The tutorials are pretty good, and once you get it, you'll have all the packages at npmjs.com available with just an import statement. Good luck, and let me know if you run into any problems with pixi-cull.
I followed the Installation example:
<script src="/directory-to-file/pixi.js"></script> <script src="/directory-to-file/pixi-cull.min.js"></script> <script> var SimpleCull = new PIXI.extras.Cull.Simple(); </script>`
`
and I'm getting an error: Cannot read property 'Cull' of undefined
The text was updated successfully, but these errors were encountered: