Difference between revisions of "Doryen library"

From RogueBasin
Jump to navigation Jump to search
m (removed duplicated wrappers)
Line 1: Line 1:
{{library| name = Doryen Library
{{library| name = Doryen Library
|developer = Jice, Mingos
|developer = Jice, Mingos, Donblas
|released =  
|released =  
|updated = Feb 15 2010 (1.5.0)
|updated = Aug 21 2010 (1.5.1b1)
|dependencies = [[SDL]]
|dependencies = [[SDL]]
|status = Stable
|status = Stable
|licensing = BSD License
|licensing = BSD License
|language = [[C]], [[Cpp|C++]], [[Python]]
|language = [[C]], [[Cpp|C++]], [[Python]], [[C#]]
|platforms = [[Windows]], [[Mac OS X]], [[Linux]]
|platforms = [[Windows]], [[Mac OS X]], [[Linux]]
|site = http://doryen.eptalys.net/libtcod
|site = http://doryen.eptalys.net/libtcod
Line 38: Line 38:
It currently has bindings for [[C]], [[Cpp|C++]] and [[python]] languages.
It currently has bindings for [[C]], [[Cpp|C++]] and [[python]] languages.


Wrappers exists for [[C Sharp|C#]] through [[Libtcod-net]], [[D]] and [[Common Lisp]].
Wrappers for [[C Sharp|C#]] are now built in as an official package.


[http://doryen.eptalys.net/data/libtcod/doc/1.5.0/index.html Documentation]
External wrappers also exists for [[D]] and [[Common Lisp]].
 
[http://doryen.eptalys.net/data/libtcod/doc/1.5.1/index2.html?c=true&cpp=true&cs=true&py=true&lua=true Documentation]


== See also ==
== See also ==


[[Doryen library:Reviews]]
[[Doryen library:Reviews]]

Revision as of 15:25, 21 August 2010

Doryen Library
Library project
Developer Jice, Mingos, Donblas
Released
Updated Aug 21 2010 (1.5.1b1)
Status Stable
Licensing BSD License
P. Language C, C++, Python, C#
Platforms Windows, Mac OS X, Linux
Dependencies SDL
Official site of Doryen Library


Also known as libtcod, the Doryen Library is the function library built for the Chronicles of Doryen.

It is an uncomplicated library for roguelike developers.

Features :

  • windowed or full screen console with true color support
  • support for custom character sets using bitmap fonts
  • Mersenne twister and Complementary Multiply With Carry random number generator
  • Bresenham line drawing toolkit
  • Perlin, Simplex and Wavelet noise generator
  • field of view toolkit with 5 different algorithms
  • image toolkit with support for rotation/stretching and subcell resolution blitting
  • support for turn by turn and real time games
  • mouse support
  • advanced configuration file parser
  • fast generic container with array/list/stack interfaces
  • bsp toolkit
  • heightmap toolkit
  • pathfinding toolkit (A* and Dijkstra)
  • compression toolkit
  • antialiased and unicode font support
  • custom/dynamic font characters mapping
  • PNG images support
  • customizable name generator with 20 predefined syllables sets

It currently has bindings for C, C++ and python languages.

Wrappers for C# are now built in as an official package.

External wrappers also exists for D and Common Lisp.

Documentation

See also

Doryen library:Reviews