Libtcod-net

From RogueBasin
Revision as of 03:03, 15 July 2008 by Donblas (talk | contribs)
Jump to navigation Jump to search

libtcod-net

libtcod-net is a BSD licensed C# library written by Chris Hamons that wraps libtcod, a roguelike library. Some of the features it provides include:

   * Windowed or full screen console with true color support
   * Support for custom character sets using bitmap fonts
   * Mersenne twister random number generator 
   * Bresenham line drawing toolkit
   * Perlin noise generator
   * Field of view toolkit 
   * Image toolkit with support for rotation/stretching 
   * Support for turn by turn and real time games
   * Mouse support
   * Advanced configuration file parser

This library at this point is fully developed. All major documented components of libtcod now have wrappers and the demo program works great. Documentation is complete, and is currently awaiting a host.

API/ABI compatibility at this point should most likely be maintained.