Hi all,
I have been trying to get the OpenRM examples working and am wondering
if there is perhaps a newer lispbuilder distribution? I've found quite
a few places where I've needed to make changes. For example in rotate-
matrix in util-rm.lisp with-matrix-symbols declares a symbol-macrolet
expecting an rm::s-float whereas the rotate-matrix symbol call to (to-
radian) returns a :float (due to it's use of PI) causing memory errors
in the setfs out to foreign vars. Typecasting to short-floats like
(coerce (cos (to-radian x-angle)) 'short-float)) seems to work.
As another example all the event keys like :quit and :keydown are
supposed to be :quit-event and :key-down-event, also sdl::SDL_OPENGL
is replaced by sdl-cffi::sdl-opengl.
I downloaded the svn package that places the source in the lispbuilder-
read-only directory.
Lispbuilder looks very useful and having a working gears example is
great but for the project I am working on I could do with Cal3d
OpenRM, GFX etc. Currently I'm committed to getting this working in OS
X and later in Windows
Any help would be very much appreciated.
All the best,
Ian.
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder