msrd0 / rlottie-rs

Rust bindings to rlottie and file conversion library and tools
MIT License
17 stars 4 forks source link

Examples? #11

Open zertyz opened 2 years ago

zertyz commented 2 years ago

Thanks for sharing your work!

It would be cool if you could include an example on how to use those bindings on the Rust ecosystem -- maybe on Yew or Egui?

An Egui example would be particularly cool, as it may be used to create UIs for Desktop, Web, Android, iOS...

msrd0 commented 2 years ago

There's two examples on how to use the crate in this repo already, namely a converter to png and a converter to webp. I have no idea what egui is and am not going to create an example for it, but if anyone wants to create one, I'll be happy to review a pull request.