Hey, all. Lately I've noticed a few people coming to #rgrd wanting to make an ASCII RL in C#, and found that I didn't have anything to recommend - especially for a new dev who isn't going to want to compile a lib with strange build tools, or use C/C++ native DLLs.
So, I made this!
https://github.com/derrickcreamer/SunshineConsoleIt's very simple in scope, perfect when you just want to get something on the screen. It does input, too, because it's made with OpenTK (and as a bonus, it draws very quickly).
Here's a direct download link, but the simplest option is probably to use NuGet if you use Visual Studio, Xamarin Studio, or MonoDevelop.
https://github.com/derrickcreamer/SunshineConsole/releasesEnjoy!