McCLIM changes: new demo, menus - Lisp Propulsion Laboratory log

Lisp Propulsion Laboratory log

Paolo Amoroso's weblog. Main interests: Lisp, astronomy (Moon), space exploration (Apollo and early manned programs) Calendar of past entries | Related links xml

McCLIM changes: new demo, menus

Tuesday, August 8, 2006

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

August 2006
Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Jul  Sep
About Lisp | Practical Common Lisp (learn Lisp) | Planet Lisp (blog agregator) | Common Lisp Directory (software and resources) | Why Lisp?