apeltsi / loitsu

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

Auto resolution determination on static entities #16

Open apeltsi opened 8 months ago

apeltsi commented 8 months ago

On static entities we could determine the max resolution for a given texture. (by just checking all of its required assets)

The user could specify a target "unit resolution" aka the max resolution for one unit in world-space. Shard-gen could then automatically resize any texture to be under the max resolution.

apeltsi commented 8 months ago

Platform specific preferences would make this super useful for easily authoring web builds