Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: Thraka on February 11, 2014, 03:40:14 AM

Title: SadConsole (MonoGame and XNA 4.0 Ascii Game Library) (v1.3.110 now open source)
Post by: Thraka on February 11, 2014, 03:40:14 AM
Download: http://sadconsole.sadlogic.com/index.php/Main_Page#Downloads (http://sadconsole.sadlogic.com/index.php/Main_Page#Downloads)
Basic Screenshots: http://sadconsole.sadlogic.com/index.php/Screenshots (http://sadconsole.sadlogic.com/index.php/Screenshots)
Ansi Viewer Demo Application: http://files.sadlogic.com/AnsiViewer.zip (http://www.sadlogic.com/ccount/click.php?id=9)
Change log available at: http://sadconsole.sadlogic.com/index.php/Change_Log (http://sadconsole.sadlogic.com/index.php/Change_Log)
Source code available at: https://github.com/Thraka/SadConsole (https://github.com/Thraka/SadConsole)

SadConsole is an open source MonoGame 3.2 and XNA 4.0 based game library written in C# that provides an engine to emulate old-school console and command prompt style graphics. One or more textures are used to represent the standard ascii character set. SadConsole allows you to create console instances which can be managed independently of each other. A console is made up of individual cells which can have a foreground, background, character, and a special effect applied to it.

This version was a good month in the making. The big things I focused on were the cell and console animation systems, allowing you to automate color fading, character changing, and working with color gradients. I fixed some bugs too!

Features
Title: Re: SadConsole (MonoGame and XNA 4.0 Ascii Game Library) (Now at v1.3.110)
Post by: Thraka on February 11, 2014, 08:37:52 PM
Updated to 1.3.110 with a quick hotfix. If you downloaded it, just do so again and get the latest build.
Title: Re: SadConsole (MonoGame and XNA 4.0 Ascii Game Library) (v1.3.110 now open source)
Post by: Thraka on March 29, 2014, 03:02:40 AM
Added link to source code
Title: Re: SadConsole (MonoGame and XNA 4.0 Ascii Game Library) (v1.3.110 now open source)
Post by: eropple on May 02, 2015, 03:30:44 PM
Bumping this thread because over on Github (https://github.com/Thraka/SadConsole) we've released SadConsole 2.0, which is now cross-platform with MacOS and Linux support out of the box.

This is now also available on NuGet (http://www.nuget.org/packages/EdCanHack.SadConsole.Platforms.Windows.Core/) (Windows only, at the moment).