apeltsi / loitsu

Cross-platform Game Engine written in Rust
MIT License
1 stars 0 forks source link

Better Asset Manager parallelisation #15

Closed apeltsi closed 9 months ago

apeltsi commented 9 months ago

The shard loading is currently implemented synchronously. An async implementation would probably speed things up and make loading screens actually possible.

apeltsi commented 9 months ago

The main render-loop could (and should) still run even when shards are being fetched