46
Programming / Cross-platform C# Console output lib, just in time for the 7DRLC
« on: March 09, 2013, 02:18:34 AM »
I think this is relevant enough to post here (and I thought Development was a better fit than Announcements).
I've cleaned up the code I use for c# System.Console output. Like curses, its purpose is to prevent flickering and unnecessary redrawing. I've also used some trickery to get bright colors working correctly on native Linux terminals.
http://code.google.com/p/parabola-console-lib/
I hope someone will find this useful.
I've cleaned up the code I use for c# System.Console output. Like curses, its purpose is to prevent flickering and unnecessary redrawing. I've also used some trickery to get bright colors working correctly on native Linux terminals.
http://code.google.com/p/parabola-console-lib/
I hope someone will find this useful.