CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

CLUE and CLIO: Common Lisp User-Interface Environment and Common Lisp Interactive Objects

lang/lisp/gui/clue/
CLUE (Common Lisp User-Interface Environment) is from TI, and extends CLX to provide a simple, object-oriented toolkit (like Xt) library that uses CLOS. Provides basic window classes, some stream I/O facilities, and a few other utilities. Still pretty low level (it's a toolkit, not widget library). Examples include a simple pop-up menu. CLIO (Common Lisp Interactive Objects) is a GUI from the people who created CLUE. It provides a set of CLOS classes that represent the standard components of an object-oriented user interface -- such as text, menus, buttons, scroller, and dialogs. It is included as part of the CLUE distribution, along with some packages that use it, both sample and real. PICTURES is an object-oriented graphics package built on CLX, CLUE, and CLOS. It provides a set of classes for creating, transforming, and interacting with hierarchical structures of 2D graphical primitives.
Origin:   

   csc.ti.com:pub/
      clue-7-1.tar.Z    (version 7-1; only CLUE)
      clue.tar.Z        (version 7-20; includes CLIO, PICTURES)

Version: 7-1 (24-JAN-90), 7-20 (31-JUL-90) Requires: CLX and CLOS CD-ROM: Prime Time Freeware for AI, Issue 1-1 Bug Reports: clue-bugs@dsg.csc.ti.com Author(s): Kerry Kimbrough Keywords: Authors!Kimbrough, CLIO, CLUE, GUI!Lisp, GUI!Requires CLIO, GUI!Requires CLOS, GUI!Requires CLX, Graphics, HCI, Pictures, TI, X-Windows, Xt References: Documentation is included in the distribution.
Last Web update on Mon Feb 13 10:31:34 1995
AI.Repository@cs.cmu.edu