apeltsi / loitsu

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

Shard-gen shard limit pass #4

Closed apeltsi closed 6 months ago

apeltsi commented 10 months ago

On web builds, performance can be limited if a high number of shards is generated. As such, after generating the initial set of shards, a merge pass should be performed, this step should try to limit the number of shards per scene to a maximum of 6 (the general number of simultaneous HTTP connections allowed by modern browsers)

apeltsi commented 6 months ago

will look into at a later date