You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

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

0
316

Comments 3

@ZiDi

hell yeah. Its gonna be banger

@rishe

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?

@ttyChud

manually
@rishe
u can check it out i have published it on https://crates.io/crates/rustisay