On Sat, 2004-01-17 at 16:50, Rob Spearman wrote:

Hi Rob,

> I got SDL_ttf from http://www.libsdl.org/projects/SDL_ttf/, and it looks 
> like the headers are installed.

Good; SDL::Config has already paid off for us then.

> Wouldn't you know that the key capability I need is to be able to print
> text to SDL.  I would prefer to use perl and not C or C++.  This should be 
> doable, shouldn't it?

Absolutely.

It turns out that SFont.c and SFont.h should have been built into the
SDL_perl library.  I've added a bit of a hack right now to make that
work.  As well, there were some constants missing from SDL::Constants. 
I've also added those into the latest snapshot.

If that works out for you, I'll clean up my changes to check into the
repository.

The test program works for me now, except for the key handling.  I had
to send SIGKILL to end the program.  It should give you a better
starting place though.

        http://wgz.org/chromatic/perl/sdl/SDL-Perl.tar.gz

Best,
-- c

Reply via email to