Console Library - C++ simple project with reusable code helping with platform-specific Console I/O.
- color switching (foreground & background) ;
- localization ;
- encoding (UTF-8, ASCII/ANSI) ;
- output switching (straight to the file) ;
- clear screen, print char || line ;
- primitives drawing using console (on Windows it is possible to use pixels instead of chars) ;
API: C++ 11+ Tools: Visual Studio Community, QT5, CMake, Clang || GCC || MSVC
- it's is possible, that Clang x32 for Windows won't work, so only x64 is available.