Popularity
7.0
Declining
Activity
3.7
-
27
4
2

Monthly Downloads: 27
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: System    
Latest version: v0.1.2.0

drawille alternatives and similar packages

Based on the "System" category.
Alternatively, view drawille alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of drawille or a related project?

Add another 'System' Package

README

drawille

Build Status Hackage Dependencies Status Gitter


A tiny library to write to the terminal using Braille characters, a port of Adam Tauber's (asciimoo) work on python drawille to haskell.

[Screenshot](screenshot.png)

The implementation still has some quirks, but it works (and is efficient).

Installing

This package is available on hackage as drawille. You may install it with cabal with:

cabal install drawille

Documentation

The haddock documentation is available in hackage or at our github pages website, to which it is deployed continously with Travis CI

Examples

To compile the examples, use the flag examples, with:

cabal install drawille -fexamples

image2term

Converts an image into a drawille canvas and displays the result on the screen. [image2term Screenshot](image2term-screenshot.png)

How to run tests

cabal configure --enable-tests && cabal build && cabal test

License

This code is licensed under the GPL3 license. See [LICENSE](LICENSE) for more information.

Donations

Would you like to buy me a beer? Send bitcoin to 3JjxJydvoJjTrhLL86LGMc8cNB16pTAF3y


*Note that all licence references and agreements mentioned in the drawille README section above are relevant to that project's source code only.