RikuNoctis / bad-apple-braille

Bad Apple, but braille.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bad-apple-braille

Bad Apple, but made with the unicode braille glyphs!

Building & Running

To generate the video datastream from source, run the following:

git clone --recurse-submodules https://github.com/lunasorcery/bad-apple-braille
cd bad-apple-braille/
make all

This depends on youtube-dl and ffmpeg.

The resolution can be customized by modifying the values at the top of the Makefile.

If you just want to run the video, a ready-made 20x7 datastream is provided.
This does not require the above dependencies and can be run as follows:

git clone https://github.com/lunasorcery/bad-apple-braille
cd bad-apple-braille/
make player
./player

About

Bad Apple, but braille.


Languages

Language:C++ 90.4%Language:Makefile 9.6%