On Wed, Aug 11, 2010 at 10:42 AM, Christoph Senjak <
christoph.sen...@googlemail.com> wrote:

> Could I - instead of using SDL-Mixer - just write an own little shared
> library that calls into sdl from C directly, and load it through ffi?
> I.e. is that possible without having to adapt lispbuilder?
>
What function would your shared library perform?
You can take a look at
http://code.google.com/p/lispbuilder/source/browse/#svn/trunk/lispbuilder-sdl/gluefor
an idea of how to write such a library. This is the glue library that
handles the SDL audio callback.


> Hm well. The situation under CL is quite discouraging, because at
> least under windows its quite hard to get over the dependency hell,
> when there are no evolved standards of how to deploy the projects, and
> half of the software doesnt even compile under cygwin (which is the
> poorest solution anyway). Thats one reason why I dropped sdl-image and
> lisp-magick from my project and currently try to use my own code to
> handle Windows Bitmaps, and why I dont want to use sdl-mixer. But
> thats a more general problem.
>
Sounds like there is not much left of lispbuilder-sdl that your are using ;)
Does lispbuilder-sdl even work in ECL?
-Luke
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to