## consoleUI A C# .NET Framework library that render TUI(Text User Interface) in console. --- ### Notice As this project is also my exam project, to avoid any violation of exam rules, any issue/PR cannot be added before the submission of the exam project. --- ### Build instruction 1. Install .NET Framework SDK > If you are in Windows, install it from Visual Studio \ > If you are in macOS/Linux, install `mono-complete` from mono 2. Install Rust 3. Run `sh build.sh` 4. Use Visual Studio or other IDE to build the project in your processor architecture (required as Rust build library only work with specific architecture and not Any CPU) 5. Copy the `.dll` file from `./build` and the build location of the C# library