excaliburjs / Excalibur

🎮 Your friendly TypeScript 2D game engine for the web 🗡️
https://excaliburjs.com
BSD 2-Clause "Simplified" License
1.82k stars 188 forks source link

Incremental resource loading #960

Closed jedeen closed 8 months ago

jedeen commented 6 years ago

Context

Currently, Excalibur loads all resources at once (usually before the game starts).

Proposal

Implement incremental loading, so that a subset of resources can be loaded at any particular time (for example, at the beginning of a each game level, or on an as-needed basis).

github-actions[bot] commented 3 years ago

This issue hasn't had any recent activity lately and is being marked as stale automatically.

eonarheim commented 8 months ago

Implemented!