https://github.com/guevara-chan/conio
•.NET Console for Nim•
https://github.com/guevara-chan/conio
console dotnet library nim
Last synced: about 2 months ago
JSON representation
•.NET Console for Nim•
- Host: GitHub
- URL: https://github.com/guevara-chan/conio
- Owner: Guevara-chan
- Created: 2019-04-09T19:54:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T10:55:09.000Z (about 6 years ago)
- Last Synced: 2025-05-16T13:44:21.848Z (5 months ago)
- Topics: console, dotnet, library, nim
- Language: Nim
- Size: 92.8 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# •Sum• [](https://github.com/yglukhov/nimble-tag)
__Con/IO__ is a lightwight terminal library, made to recreate [Console](https://docs.microsoft.com/ru-ru/dotnet/api/system.console) API for [Nim](https://nim-lang.org/) 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•
