Paolo Amoroso's weblog. Main interests: Lisp, astronomy (Moon), space exploration (Apollo and early manned programs) | Calendar of past entries | Related links |
![]() |
McCLIM changes: new demo, menus |
|
Work on McCLIM's CVS repository continued over the past month or
so. Andy Hefner added a cool new demo, a 3D logic cube puzzle in
Examples/logic-cube.lisp
. You can directly load and run
it with:
(asdf:operate 'asdf:load-op :clim-examples) (clim:run-frame-top-level (clim:make-application-frame 'clim-demo::logic-cube))or start the master demo launcher:
(asdf:operate 'asdf:load-op :clim-examples) (clim-demo::demodemo)and click on the
Logic Cube
button.
Troels Henriksen improved the implementation of menu-choose
to support almost all features required by the CLIM specification.
There were also miscellaneous fixes by Rudi Schlatte, Andy Hefner and Troels Henriksen.
Copyright © 2006 by Paolo Amoroso
amoroso@mclink.it
Created with BlogMax |
|
About Lisp | Practical Common Lisp (learn Lisp) | Planet Lisp (blog agregator) | Common Lisp Directory (software and resources) | Why Lisp? |