Project DescriptionA .NET library for creating console application user interfaces.
Features
Styles
- Styling a DataGrid that outputs a nice colored table feels annoyingly rewarding
Controls
- Menus
- List (For listing stuff, that is)
- Table
- DataGrid
- Text input (singleline, multiline, password, single character)
- Number input
- And more...
Input readers
- Digit reader
- Char reader
- Boolean reader
- And more...
Graphics (This is the part that was fun to work with but made everything else plummet)
- Colored Ascii Image (Boxd's very own .camg format)
- Animated Colored Ascii Image (Use it three times and score the idiots hat-trick)
----------------------------------------------------------------------- Screenshots Splash menu  Datagrid ------------------------------------------------------------------------ When the project started, it was focused on basic functions for managing different kinds of input and showing basic menus, list and such. However, pretty early on in the process a number of fancy features were introduced, and the library became quite bloated, inconsequent and unstable... That said, i hope to organize the code a little better quite soon, and make a public release.
|