Difference between revisions of "Libtcod-net"
Jump to navigation
Jump to search
m (→libtcod-net) |
|||
Line 1: | Line 1: | ||
{{library| name = libtcod-net | |||
|developer = Chris Hamons | |||
|released = | |||
|updated = May 10 2009 (.4.1) | |||
|dependencies = [[Doryen library]], [[SDL]] | |||
|status = | |||
|licensing = New BSD License | |||
|language = [[Csharp|C#]] | |||
|platforms = [[Windows]], [[Mac OS X]], [[Linux]] | |||
|site = http://code.google.com/p/libtcod-net/ | |||
}} | |||
== libtcod-net == | == libtcod-net == | ||
Line 20: | Line 32: | ||
Ed wrote a great [http://edropple.com/blog/setting-new-libtcod-net-project quick start tutorial] to get started programming in c# and libtcod-net. | Ed wrote a great [http://edropple.com/blog/setting-new-libtcod-net-project quick start tutorial] to get started programming in c# and libtcod-net. | ||
Revision as of 10:02, 3 June 2009
libtcod-net | |
---|---|
Library project | |
Developer | Chris Hamons |
Released | |
Updated | May 10 2009 (.4.1) |
Status | |
Licensing | New BSD License |
P. Language | C# |
Platforms | Windows, Mac OS X, Linux |
Dependencies | Doryen library, SDL |
Official site of libtcod-net |
libtcod-net
libtcod-net is a BSD licensed C# library written by Chris Hamons with help from Ed Ropple, delirium and SofaKng (John Klimek). It 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
- Pathfinding
- Image toolkit with support for rotation/stretching
- Support for turn by turn and real time games
- Mouse support
- Advanced configuration file parser
This library is fully developed.
libtcod-net .4.1 brings libtcod-net into supporting libtcod version 1.4.1.
Ed wrote a great quick start tutorial to get started programming in c# and libtcod-net.