0.0.4 • Published 5 years ago
@personalidol/loading-manager v0.0.4
loading-manager
This package contains utilities for both monitoring loading progress and managing the loading process and lifecycle of app compontns.
Services
Director- manages scene lifecycle and is able to replace one scene with another.LoadingManager- aggregates all the loading data from other services and workers. It is designed to run inside the dedicated worker and collect all the loading data via message channels.SceneLoader- switches between loading screen scene and the target scene after it's loaded.