Difference between revisions of "Libtcod-net"

From RogueBasin
Jump to navigation Jump to search
 
Line 14: Line 14:
     * Advanced configuration file parser
     * Advanced configuration file parser


This library is currently under development. All major documented components of libtcod now have wrappers and the demo program works great.
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 may not be maintained, but the major shakeups should be over.
API/ABI compatibility at this point should most likely be maintained.

Revision as of 03:03, 15 July 2008

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.