Chicken / SDL

Well, I managed to build SDL (and a number of related libraries) on Mac OS X... it was a bit of work, but eventually everything compiled. This page was a great help. (It's aimed at Ruby users, but most of it still applies.)

I also built and installed the sdl egg. So far, so good.

The next question is: what do I do with it? :-) I've never used SDL before, and the official docs and tutorials all use C, which is different enough that I don't know how to use it from Chicken.

If anybody has tips, or better yet, some simple example code to get me started, that would be very welcome. ^_^

Leave a Comment