Re: [q-lang-users] SDL anyone?
Brought to you by:
agraef
From: Andrew B. <and...@ya...> - 2007-01-03 06:39:42
|
On 27 Dec 2006, at 22:48, Andrew Berg wrote: > > Well, my kids'll be up in about 7 hours, so it's bedtime for me. > Tomorrow I'll try to rewrite SDL's 'testver' into q, adding SDL > definitions as I go... Ta, ta! > So, it turns out that having my kids around for the last week pretty much stopped me from having any time to hack, so today I'm back at it. :^) Sdl has a main replacement macro on Windows an MacOS, so it looks like at least on those two platforms I'll have to do something fancier than just some SWIG wrappers. I'm going to start down the path of having a separate "qsdl" binary which will include libsdl support, and will eventually automatically load and initialize the sdl library as well. Does anyone have any other suggestions how to make this work? -andrew |