Menu

/trunk/lispbuilder-opengl/opengl Commit Log


Commit Date  
[r632] by hairytroll

* Removed DOS line breaks.

2007-10-16 04:12:31 Tree
[r86] by Hairytroll

John Connors submitted a patch to library.lisp to support SBCL in Linux.

2006-04-12 00:33:38 Tree
[r82] by Hairytroll

The problem in Windows is twofold:

- CLISP generates an error when it cannot find a CFFI definition in the
external linked-to library
- By default, Windows only has the drivers for OpenGL 1.1

So CLISP in Windows with the default Microsoft OpenGL drivers refuses to load the OpenGL bindings as it cannot find the OpenGL 1.2/1.3 libraries.

The OpenGL bindings have now been split into lispbuilder-opengl-1-1 (OpenGL 1.1),
lispbuilder-opengl-1-2 (OpenGL 1.2), lispbuilder-opengl-1-3 (OpenGL 1.3).

Loading (asdf:operate 'asdf:load-op :lispbuilder-opengl-examples) will load
in lispbuilder-opengl-1-1 only.

Loading (asdf:operate 'asdf:load-op :lispbuilder-opengl-1-3) will
automatically pull in 1.1 and 1.2

2006-04-07 18:31:39 Tree
[r65] by Hairytroll

Modified to make use of new binary package.

2006-03-27 09:17:25 Tree
[r64] by Hairytroll

Fixed a bug where the binary packages were redefining the source packages and blowing away the :nicknames

2006-03-25 17:38:53 Tree
[r63] by Hairytroll

Changed packages to use #: instead of :

2006-03-25 09:50:10 Tree
[r61] by Hairytroll

Initial import of lispbuilder-opengl.

2006-03-24 23:10:34 Tree
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.