asciimoo / drawille

Pixel graphics in terminal with unicode braille characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It should be possible to use other semigraphic characters

rbanffy opened this issue · comments

Unicode has quadrant characters (in http://www.fileformat.info/info/unicode/block/block_elements/utf8test.htm) that can also be used for drawing (with the benefit of being actually designed for that, at the expense of making this library slightly imprecisely named).

Would a patch for adding them as an optional parameter for Canvas.__init__ be considered?

@rbanffy this would be a useful extension, thanks for the suggestion. Would you like to implement it?

Sure. I'll come up with a rough draft in a couple days. Would that be OK?

Awesome, thanks!