ScenicFramework / scenic

Core Scenic library
Apache License 2.0
1.99k stars 137 forks source link

Lootie Files #238

Closed pcarvsilva closed 11 months ago

pcarvsilva commented 3 years ago

Creating animations in code it's really a pain. Lootie files are a default solution into web developers tool belt and animators/designers can build it with default animation tools. Personally i've always thought of Scenic like a Qt approached ecosystem for Elixir especially for Nerves, since Qt has already created a widget for Lootie, this feature seams really reasonable.

I have a CG background and I was thinking in sending a PR myself, but I could not find any tutorial on how to render a lootie file.

More on Lootie: https://lottiefiles.com/blog/working-with-lottie/why-use-lottie https://airbnb.design/lottie/

boydm commented 3 years ago

This is interesting. v0.11 is very close to going out into a beta, so I'm not going to look at this until after. But I will! Lets have a discussion then.

sumanthyedoti commented 3 years ago

I had the same thoughts. It would be a game-changer for scenic if SVGs and Lottie files can be parsed into scenic graphics.

crertel commented 11 months ago

I think this is a neat idea, but it's been a couple of years and we still don't really have the animation primitives we might want to support this. Additionally, we'd probably want this functionality as a scenic_contrib library and not in core Scenic. Closing for now, but thank you very much for contributing!