I am curious what other schemers have attempted a SDL binding. I'm aware of
3 Chicken Scheme efforts, as per a question of mine in this forum in
November 2004. What are the statuses of these efforts?
http://www.eighty-twenty.org/index.cgi/_STORY_/tech/releases/Chicken_SDL_and_Cairo.html
http://www.call-with-current-continuation.org/eggs/
[can't find a webpage for Jonathan Bartlett's effort]
--
Cheers, www.indiegamedesign.com
Brandon Van Every Seattle, WA
"We live in a world of very bright people building
crappy software with total shit for tools and process."
- Ed McKenzie
There is an SDL binding for Guile 1.4.x:
http://www.glug.org/people/ttn/software/guile-sdl/. Unfortunately it
doesn't build out-of-the-box for the current stable Guile release
(1.6.x), but you may be able to leverage some of the code
(licence-permitting, of course).
Neil
There are actually only two efforts, Tony Garnock-Jones sdl egg
(the official one - works quite well, but is not complete and only
minimally documented), and J. Bartlett's one (I don't know the status
of that one).
cheers,
felix