VeroAsghar / cat.nvim

Failed experiment in downloading random cat image, turning it into ascii and displaying it in Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cat.nvim

Failed experiment in downloading random cat image, turning it into ascii and displaying it in Neovim.

Failed as I realized far too late, that characters are much larger than pixels. Neovim would then have to somehow shrink the font of only 1 window, while keeping the others intact, which I don't believe is possible.

Code to download image from Google and convert to grayscale then ascii works though.

About

Failed experiment in downloading random cat image, turning it into ascii and displaying it in Neovim.

License:Apache License 2.0


Languages

Language:Rust 92.4%Language:Lua 7.6%