Difference between revisions of "Libtcod-net"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|developer = Chris Hamons | |developer = Chris Hamons | ||
|released = | |released = | ||
|updated = | |updated = Feb 08 2010 (1.5.0rc1-2) | ||
|dependencies = [[Doryen library]], [[SDL]] | |dependencies = [[Doryen library]], [[SDL]] | ||
|status = | |status = Deprecated | ||
|licensing = New BSD License | |licensing = New BSD License | ||
|language = [[C Sharp|C#]] | |language = [[C Sharp|C#]] | ||
Line 13: | Line 13: | ||
== libtcod-net == | == libtcod-net == | ||
[http://code.google.com/p/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 | [http://code.google.com/p/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 is a hand-rolled wraper for [[Doryen library | libtcod]], a roguelike library. | ||
With the release of libtcod 1.5.1b1, a new libtcod-net using SWIG to generate the wrappers automatically is the preferred solution. Find it [http://doryen.eptalys.net/2010/08/libtcod-1-5-1b1-released/ here]. | |||
libtcod-net |
Latest revision as of 15:28, 21 August 2010
libtcod-net | |
---|---|
Library project | |
Developer | Chris Hamons |
Released | |
Updated | Feb 08 2010 (1.5.0rc1-2) |
Status | Deprecated |
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 is a hand-rolled wraper for libtcod, a roguelike library.
With the release of libtcod 1.5.1b1, a new libtcod-net using SWIG to generate the wrappers automatically is the preferred solution. Find it here.