4 ms·
> This dramatically reduces memory usage for lists or grids with many items I'd love to see a specific example with before/after numbers. > Lottie [...] ends
by tomovo 1y ago
> This dramatically reduces memory usage for lists or grids with many items
I'd love to see a specific example with before/after numbers.
> Lottie [...] ends up loading every frame as a raw bitmap.
Isn't Lottie rendering the vector data directly to screen?
- JamesSwift 1y ago> Isn't Lottie rendering the vector data directly to screen? It has to rasterize if theres not native vector support, unless its converting the vector to GL calls. Maybe it targets lowest common denominator for the platforms it supports in order to have a stable output. iOS also didnt support native vector display until fairly recently, and Im not sure if its limited to baked assets in an image atlas or not. It also had limitations in that it only allowed pdf vectors rather than SVG directly. I haven't kept up to know what current state is.