I would like to add some functions to cl-opengl, but I figure that if I am going to send a patch in it might as well be in the style of the current code. It looks like functions are have been added in the order they appear in a book or something? I have probably missed something obvious, but which book do the chapters refer to?
Cheers, Brad
Hi Brad,
The chapters refer to the OpenGL specification. Download the latest from opengl.org. Make sure you are using the cl-opengl-thomas branch as well. Development has kind of forked off on to that while waiting (?) for a boat load of patches to be applied to CFFI... as near as I can tell at least. If you aren't using it already, the thomas branch does a lot of automatic bindings along with other goodies. Searching c.l.l or the gmane archives of this list will get you the link....I don't have it at the moment.
I tack on my shameless plea to the maintainers to update the main darcs branch or relay a status update.... pretty please.
On 22/06/07, Charlie McMackin charliemac+cl-opengl@gmail.com wrote:
Hi Brad,
The chapters refer to the OpenGL specification. Download the latest from opengl.org. Make sure you are using the cl-opengl-thomas branch as well. Development has kind of forked off on to that while waiting (?) for a boat load of patches to be applied to CFFI... as near as I can tell at least. If you aren't using it already, the thomas branch does a lot of automatic bindings along with other goodies. Searching c.l.l or the gmane archives of this list will get you the link....I don't have it at the moment.
I tack on my shameless plea to the maintainers to update the main darcs branch or relay a status update.... pretty please.
Thanks Charlie, much appreciated. I can see now where I need to add my functions. I am using the standard Darcs tree at http://www.common-lisp.net/project/cl-opengl/darcs/cl-opengl/ I've found the branch message here http://article.gmane.org/gmane.lisp.cl-opengl.devel/91 I take it that cffi-newtypes is also an experimental cffi branch? Any thoughts as to which I should move to? Any notes on what the thomas branch offers me?
Cheers Brad
On 25/06/07, Brad Beveridge brad.beveridge@gmail.com wrote:
http://article.gmane.org/gmane.lisp.cl-opengl.devel/91 I take it that cffi-newtypes is also an experimental cffi branch? Any thoughts as to which I should move to?
cffi-newtypes has since been merged with the main cffi darcs.
Any notes on what the thomas branch offers me?
Have a look at the change log. I don't have much time to work on cl-opengl at the moment, but if there's consensus, we should pull that branch's stuff into the main branch.
cl-opengl-devel@common-lisp.net