An open API service indexing awesome lists of open source software.

https://github.com/munificent/malison-dotnet

A terminal emulation library in C#
https://github.com/munificent/malison-dotnet

Last synced: 9 months ago
JSON representation

A terminal emulation library in C#

Awesome Lists containing this project

README

          

Malison is a small C# library for drawing old school ASCII terminals. I
harvested it from my roguelike game, [Amaranth][] and it's aimed at games with
ASCII graphics.

[amaranth]: https://github.com/munificent/amaranth

See [this][post] for more info.

I no longer actively maintain this. You are welcome to fork it, but I'm not
taking pull requests, fixing bugs, or hacking on it myself.

[post]: http://journal.stuffwithstuff.com/2010/06/11/amaranth-an-open-source-roguelike-in-c/