Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 592 Bytes

About

Console Library - C++ simple project with reusable code helping with platform-specific Console I/O.

Features:

  • 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) ;

Requirements

API: C++ 11+ Tools: Visual Studio Community, QT5, CMake, Clang || GCC || MSVC

Bugs

  • it's is possible, that Clang x32 for Windows won't work, so only x64 is available.