Apps should be more colorful! 🌈
This is one of my favorite tricks from Dream Machine - for just +75 bytes you get beautiful colors, animatable gradients and super fasts blurs 😊 (1/6)
The first unlock you get get is that you'll never need placeholders again while your assets are loading!
This feels great, especially on slower networks, since you can basically navigate your library even if things haven't loaded using colors as landmarks :) (3/6)
Aug 17, 2025 · 7:46 PM UTC
You can basically upsample the 5x5 and get a good approximation of the full resolution blur before your asset has even downloaded.
This is great for image placeholders, detail backgrounds, glows, etc. + you avoid a lot of heavy blur passes which can really tank performance in dense media galleries. (4/6)
If you only want dominant colors - just do a quick k-means on the 25 pixels, add some contrast, and get a pretty good color palette 🎨
You can run the same algorithm on groups of images and use the output to influence your shaders 🧑🎨 (5/6)


