kornelski / image-gif-dispose

Implements GIF disposal method (full rendering of frames) for the Rust gif crate
https://lib.rs/gif-dispose
20 stars 2 forks source link

Gif Rendering #3

Open Aryan-29 opened 3 years ago

Aryan-29 commented 3 years ago

Hey! I am finding it difficult to play a gif in a window. So can you provide a working example of rendering/playing a gif. It will be a great help.

kornelski commented 3 years ago

Handling windows is beyond scope of this crate. Have a look at minifb or such.