Closed apeltsi closed 1 year ago
The shard loading is currently implemented synchronously. An async implementation would probably speed things up and make loading screens actually possible.
The main render-loop could (and should) still run even when shards are being fetched
The shard loading is currently implemented synchronously. An async implementation would probably speed things up and make loading screens actually possible.