Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading progress bar is not important #150

Open
cool-RR opened this issue Sep 30, 2020 · 1 comment
Open

Loading progress bar is not important #150

cool-RR opened this issue Sep 30, 2020 · 1 comment

Comments

@cool-RR
Copy link

cool-RR commented Sep 30, 2020

I'm learning Pixi.js for the first time. This tutorial digresses a lot . We haven't learned how to make things move yet, but there's an entire section on how to make a graceful progress bar for when the images are loading. This belongs in the documentation, not in a tutorial, and definitely not around the start.

@chang-zhao
Copy link

IMHO it's alright, we can always skip aome parts.

The problem is that in the version 5 many details got obsolete.

Docs say to use

loader.onProgress.add(() => {}); // called once per loaded/errored file

but I can't get it to work.

It would be nice to have working example of progress bar here.

Other obsolete things are more straightforward to correct so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants