Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: Ex on April 18, 2009, 12:18:34 PM

Title: TinyCurses v0.9 released!
Post by: Ex on April 18, 2009, 12:18:34 PM
I've been working on a rather strange curses-like library called TinyCurses. Today, I released the first source code version. Since it's the first version, it isn't very tested and is likely to be a bit buggy. Also, alpha blending is not operational yet, but will be in a future version. You can find out more information about TinyCurses on it's website, here:
http://code.google.com/p/tinycurses/
TinyCurses is notable for it's support of Unicode and 32-Bit RGB color. It uses SDL and SDL_ttf.

Here's a screenshot:
(http://3.bp.blogspot.com/_RQFG6XEpBIM/SemFkWJ-3vI/AAAAAAAAAEU/lIHKi3H0CEc/s400/Screenshot.jpg)
Title: Re: TinyCurses v0.9 released!
Post by: PaulBlay on April 18, 2009, 12:39:14 PM
Oooh, Unicode. Hit me with that multi-byte wide-character stuff!  ;D

Seriously that's definitely one of the things I need to be supporting.
Title: Re: TinyCurses v0.9 released!
Post by: george on April 20, 2009, 02:44:27 PM
So I can't figure this out from the site itself -- by 'on multiple platforms'  does this mean it's fully compatible with Windows?

Looks cool!
Title: Re: TinyCurses v0.9 released!
Post by: PaulBlay on April 20, 2009, 08:13:16 PM
So I can't figure this out from the site itself -- by 'on multiple platforms'  does this mean it's fully compatible with Windows?

If it uses SDL it can probably be run on Windows (with SDL installed).
Title: Re: TinyCurses v0.9 released!
Post by: Ex on April 20, 2009, 10:54:41 PM
It uses SDL, so it should be able to compile for windows. But all compilers are different, and I haven't yet tested it under MSVC or Mingw. But I will do so soon. This is just the very first release after all :)