Problem building cl-opengl
2007-12-15 19:19:44 GMT
I was recently trying to build cl-opengl on sbcl 1.0.12 / ubuntu amd64. I am using the trunk version of cffi - and some errors pop up while installing cl-opengl.
1) In the file gl/types.lisp - the translate-p keywords for defctype do not seem to be supported anymore in cffi.
2) In the file funcs.lisp cffi::lisp-function-name is used. This is not an available function anymore. Can you please fix this.
Another related question is - should i be using the cffi 0.9.2 available on the cffi website ?
Regards,
Deepankar
_______________________________________________ cl-opengl-devel mailing list cl-opengl-devel <at> common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel
)
I've added your program to the examples directory. We probably should
give it some sort of licence. Is BSD (the same as the rest of
cl-opengl) OK with you?
> The random walk framerate testing mode is neat.
> The code is also good for getting an intuitive
> feeling for how GL lighting works as well as a good
> example of using rotation matrices in CL
> (gl:with-pushed-matrix is brilliant).
Yeah, with-pushed-matrix is such a trivial abstraction/utility yet
works so nicely.
RSS Feed