Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Xangi

Pages: [1]
1
Programming / C# Terminal libraries?
« on: July 28, 2015, 04:25:07 AM »
Hey so I just happened to stumble on this form just now and this seemed like a good place to have an account. I'm currently making a roguelike in C# and I'm wondering what kind of other terminal libraries there are available for the language. I'm currently using one called Malison which is great because of its form components and sub-terminals but it's a bit limited (character set not easily replaceable, no ability to make custom colors). I've also seen that there's some kind of curses port for C# but I've also heard that curses is a pain to work with. Generally the features I'm looking for are easily changed fonts/font sizes, ability to make custom colors for symbols if possible, and sub-terminal support so that the screen can easily be divided up. Obviously it's not critical that a library has every criteria but I'd like to know what my other choices are besides those two.

Pages: [1]