Skip to content

Drawille and Full Box Drawing

Compare
Choose a tag to compare
@romeovs romeovs released this 29 May 20:50
· 48 commits to master since this release

In this release, I've added all the box-drawing characters in the Unicode specification. You should be able to use all of the ncurses based programs like midnight commander!

box drawing

Even cooler, I've also implemented all of the braille characters. This is cool because
the braille character set can be used to make sweet drawings using asciimoo's awesome
Drawille library.

Drawille

Luckily I didn't have to do this by I hand: because of the clever unicode encoding of braille characters,
and because of the simple way bdf encodes characters, it was pretty trivial to write a program
that created the braille characters for me.