upvote
Apple's Weather app has an animated background, glassy views, and nice animations like water droplets on the glassy views when it's raining. So rendering all that on a 4k or more display at 10bit depth is going to consume a bit of RAM. However I guess it can surely be improved to make it consume less RAM.
reply
https://wttr.in/ shows it's very possible.
reply
The display on that page is literally broken for me, the boxes are all misaligned. It seems like it can't handle Japanese text correctly. Properly working localization in dozens of languages is one of those things that adds "bloat" to modern software that was missing in the bad old days.
reply
Vector icons. It can be fit under 50MBs.
reply
Those still have to be rasterised to a pixel-based frame buffer at render/compositing time.
reply
Yes but that space would have existed anyway for a window of that size regardless of its contents.
reply
Use an svg.

Or render everything using css, 100mb is someone not trying. 1gb is absurd abuse that only domestic violence victims put up with.

reply
SVG is an on-disk format. It has to be rasterized, otherwise how do you have pixels? Each pixel takes up memory.
reply
Quite a tasteless metaphor, no?
reply