https://github.com/lunasorcery/bad-apple-braille
Bad Apple, but braille.
https://github.com/lunasorcery/bad-apple-braille
Last synced: about 1 year ago
JSON representation
Bad Apple, but braille.
- Host: GitHub
- URL: https://github.com/lunasorcery/bad-apple-braille
- Owner: lunasorcery
- Created: 2020-08-20T20:45:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-20T20:46:48.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T01:14:01.298Z (almost 2 years ago)
- Language: C++
- Size: 291 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - bad-apple-braille
README
# 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](https://github.com/ytdl-org/youtube-dl) and [ffmpeg](https://ffmpeg.org/).
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
```