>
> sdl.lisp is the bare wrapper
> util.lisp holds useful utils but nothing particularly rich, just a few
> things that are done to make things easier from lisp (with-events for
> example) 
> 

I would agree. In lispbuilder-openrm there is an additional layer, 
"translate.lisp",  that contains the various translation functions provided 
by CFFI to, e.g translate a lisp array into a c struct automatically. 

util-openrm.lisp
    |
translate.lisp
    |
openrm.lisp/post-swig.lisp 

> But a higher level library would probably be better as a seperate package
> which requires the lispbuilder-sdl library.

I agree. 

 -Luke
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to