Difference between revisions of "RogueSDL"

From RogueBasin
Jump to navigation Jump to search
(Some other pages should probably also be Category:Library instead of what they are now.)
Line 1: Line 1:
RogueSDL is the Roguelike graphics and input library for C# and the .NET Framework maintained by [[User:Ed Ropple | 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).
{{library| name = RogueSDL
|developer = [[User:Ed Ropple | Ed Ropple]]
|released =
|updated =
|dependencies =
|status =
|licensing = GNU LGPL
|language =
|platforms =
|site = http://www.umcs.maine.edu/~err/oss/roguesdl
}}{{stub}}
 
RogueSDL is the Roguelike graphics and input library for [[Csharp|C#]] and the [[.NET Framework]] maintained by [[User:Ed Ropple | 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.
RogueSDL uses the SDL.NET rendering libraries and is released under the GNU Lesser General Public License.
== External Links ==
* [http://www.umcs.maine.edu/~err/oss/roguesdl RogueSDL Homepage]
[[Category:Library]]

Revision as of 10:17, 3 June 2009

RogueSDL
Library project
Developer Ed Ropple
Released
Updated
Status
Licensing GNU LGPL
P. Language
Platforms
Dependencies
Official site of RogueSDL


RogueSDL is the Roguelike graphics and input library for C# and the .NET Framework maintained by 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.