A C# .NET Framework library that render TUI(Text User Interface) in console.
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.
- Install .NET Framework SDK
If you are in Windows, install it from Visual Studio
If you are in macOS/Linux, installmono-completefrom mono
- Install Rust
- Run
sh build.sh - 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)
- Copy the
.dllfile from./buildand the build location of the C# library