https://github.com/ix/drawille-plusplus
Drawille library implemented in C++ using ICU.
https://github.com/ix/drawille-plusplus
Last synced: about 1 year ago
JSON representation
Drawille library implemented in C++ using ICU.
- Host: GitHub
- URL: https://github.com/ix/drawille-plusplus
- Owner: ix
- Created: 2015-07-20T00:53:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T10:20:37.000Z (about 6 years ago)
- Last Synced: 2025-03-27T20:51:14.786Z (about 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 39
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
drawille-plusplus
=================
An implementation of [drawille](https://github.com/asciimoo/drawille) in C++.
Do not forget to set your locale with `std::locale::global(std::locale(""));` at the beginning of your program to enable wide-character support.
Header-only, to use in your project simply include `drawille.hpp` and compile with C++11 support or later.
I may write more examples at a later date, or you are free to contribute some via pull request.
Please raise any bugs in the issues section of this repository.
Special thanks go to [Rei](https://github.com/sovietspaceship) for testing and suggestions.