cfoust / sour

Sauerbraten for the web in a single Docker image.
https://sourga.me/
MIT License
159 stars 30 forks source link

Enforce max texture size on mobile #26

Open cfoust opened 1 year ago

cfoust commented 1 year ago

Right now, assets are compressed based on their file size, not the size of the texture, which is a problem on mobile devices (like iOS) where the memory usage is a function of raw texture size, not size on disk.