blob: 49d948bf1273316b2880fcdb53ec7c12a2cddfef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# ascii
Makes ASCII from text using SDL2. Do `bin/ascii --help` for help
Just a little project i wanted to make because ascii is cool. There are definitely better terminal only based ones.
# requirements
- clang
- sdl2
- sdl2_ttf
- sdl2_image
|