I'd like to split up my assets into small chunks and show a progress bar as they download instead of just the spinning bar. Has anyone done this already or is there a how-to on creating a custom loading page? I've been unable to find one so far.Keith
--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can define Module.monitorRunDependencies, it will be called back with the number of current "run dependencies" left (each assert file is a dependency, etc.). See the default html for an example (src/shell.html).
- Alon
On Fri, Feb 13, 2015 at 1:57 PM, Keith Johnston <kei...@gmail.com> wrote:
I'd like to split up my assets into small chunks and show a progress bar as they download instead of just the spinning bar. Has anyone done this already or is there a how-to on creating a custom loading page? I've been unable to find one so far.Keith
--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsub...@googlegroups.com.