mirror of
https://github.com/guevara-chan/conio
synced 2026-01-03 18:44:42 +00:00
No description
| examples | ||
| src | ||
| conio.nimble | ||
| README.md | ||
•Sum• 
Con/IO is a lightwight terminal library, made to recreate Console API for Nim and fix std\terminal issues.
Full compatibility is not prioritized at given moment, but desirable in future.
Installation: run nimble install conio in terminal.
❗ Currently only compiles on Windows systems ❗
•Featuræ•
- Standartized coloration support.
- Enforced prefix (
con.) API isolation. - Extended ASCII support for both input and output.
- Getters/setters to manage terminal title, buffer size and visibility.
•Remark•
Since Con/IO was developed mainly for internal usage, no documentation will likely be included before v0.3.
Provided examples and reading original .NET docs is a way to understand how to use this lib until then.
