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#
- Host: GitHub
- URL: https://github.com/munificent/malison-dotnet
- Owner: munificent
- License: other
- Archived: true
- Created: 2016-02-26T17:42:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T17:43:06.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T05:19:46.317Z (over 1 year ago)
- Language: C#
- Size: 66.4 KB
- Stars: 36
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/