RogueSDL

From RogueBasin
Revision as of 05:26, 24 December 2007 by Ed Ropple (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RogueSDL is the Roguelike graphics and input library for C# and the .NET Framework maintained by User:Ed Ropple. It supports 24-bit color for ASCII tiles, high-bit rendered tiles, and nonstandard viewport widths (the library will accept anything that is a multiple of tile width and height).

RogueSDL uses the SDL.NET rendering libraries and is released under the GNU Lesser General Public License.

External Links