Giter VIP home page Giter VIP logo

gamestats's People

Contributors

eriksom avatar getkey avatar remvst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gamestats's Issues

Don't pass the whole Pixi object to the Pixi extension

stats.enableExtension('pixi', [PIXI, app]);

Doing this will prevent parts of Pixi from being tree-shaked when using a module bundler. It's a shame since not much from Pixi is needed, only this small enum https://github.com/pixijs/pixi.js/blob/e4d574395aeac5ba0a89b52a47528126bcba529f/packages/constants/src/index.ts#L173-L182

Some solutions:

  1. Adding @pixi/constants as a dependency. When I tried it, the whole dependency was imported (not only FORMATS). Pixi will need to add pure annotations to avoid that. In the meantime it would needlessly increase the size of this lib (perhaps terser could help though?).
  2. Adding @pixi/constants as an optional peer dependencies. It works well, however it breaks if the user is not using a bundler, as in the example.
  3. Inlining the enum from Pixi. It's barbaric but it works!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.