No description
Find a file
Victoria Guevara b311f94f46
Better colors
2019-09-25 13:55:08 +03:00
examples Better colors 2019-09-25 13:53:55 +03:00
src Better colors 2019-09-25 13:55:08 +03:00
conio.nimble Add files via upload 2019-04-09 21:55:24 +02:00
README.md Update README.md 2019-04-19 11:33:40 +03:00

•Sum• nimble

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.

•Brief sample of terminal glorification•

image