Replies: 3 comments
-
Yep, just what I did and it works for my purpose. I used std::fs::read() so that I didn't have to use the literal argument in include_bytes!(). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Support for animated GIFs has been added in #4620. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can set up egui to show an image but I would like to display a gif that is animated. I use the same setup but only got the first frame. Is this possible in egui. Since its only about 10 seconds, I thought about splitting it up and then loading a new image with each cycle. Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions