Category Archives: libtcod-net

libtcod-net is a .NET library, written in C#, which wraps a cross-platform, SDL-based Roguelike library. I contribute some code to it.

Setting Up A Sample Project With libtcod-net From SVN

After posting my little drooling plug for libtcod-net, the maintainer, Chris, welcomed me to contribute some code. So I did, dumping a 182KB patch in his lap the next day to start refactoring stuff and streamlining the API. So now I guess I should recommend it even more strongly, eh?
Smok on the libtcod-net forum asked [...]

Also posted in Open Source | Tagged , , , , | 10 Comments

A Bit of Buried Treasure: libtcod-net

So I was wandering around the Intertubes, having a hankering to play around with writing a Roguelike. (Why? Because I can.) Since I’m officially a C# snob, I needed a curses library (because my own old fake-SDL-console project, RogueSDL, quite frankly sucked–someday I’ll put it up on this site for everyone to laugh at). MonoCurses [...]

Also posted in Open Source | Tagged , , , , | 1 Comment