https://github.com/mobskuchen/cpp_console_lib
A small console library in C++
https://github.com/mobskuchen/cpp_console_lib
console console-application cpp cpp-library
Last synced: about 1 year ago
JSON representation
A small console library in C++
- Host: GitHub
- URL: https://github.com/mobskuchen/cpp_console_lib
- Owner: MOBSkuchen
- License: mit
- Created: 2024-03-17T20:41:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T22:27:19.000Z (over 2 years ago)
- Last Synced: 2025-06-14T16:02:01.375Z (about 1 year ago)
- Topics: console, console-application, cpp, cpp-library
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_console_lib - A small console library in C++
This is a small console library I made in C++ because I didn't find any ones that I liked
## Functions
- Colors
- 16 bit colors
- True color RGB
- Text types
- Default
- Light
- Italic
- Bold
- Eraser
- Erase lines
- Erase screen
- Move
- Move cursor (exact)
- Move cursor (relative)
- Cursor visibility
- Window size stuff
- Right bound
- Center bound
- Header