Open comments for this post @ttyChud on rustisay · 12 days ago 1h 36m 51s logged Im working on a gif to ascii art converter in rust. user can upload any gif they want and choose some options how they want to get converted. then it can play the gif as ascii or save at a prescribed output dir
Open comments for this post @ttyChud on rustisay · 12 days ago 1h 36m 51s logged Im working on a gif to ascii art converter in rust. user can upload any gif they want and choose some options how they want to get converted. then it can play the gif as ascii or save at a prescribed output dir
Comments 3
hell yeah. Its gonna be banger
gif-to-ascii in Rust is a fun choice - the frame timing is the tricky part. are you decoding each frame manually or using a crate?
manually
@rishe
u can check it out i have published it on https://crates.io/crates/rustisay
Sign in to join the conversation.