[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Graphics
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Graphics
- From: Marcus Daniels <marcus@sysc.pdx.edu>
- Date: Thu, 16 Nov 1995 22:43:44 GMT
- In-reply-to: <9511161926.AA13434@aladdin>
- References: <9511161926.AA13434@aladdin>
- Reply-to: marcus@sysc.pdx.edu
On the modest size, there is a module for CLISP called "stdwin"
that might be a starting place.
Pierpaolo Bernardi (bernardp@cli.di.unipi.it) wrote a
neat little tree-visualization program that uses stdwin. It might provide
some guidance. It is available for ftp from:
ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/clisp/contrib/trees.tar.gz
The `standard' X interface for Common Lisp is CLX. A CLX tweaked
for CLISP, and a manual, is available at:
ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/clisp/packages
A large GUI system developed at Carnegie Mellon called `Garnet' is
available from the same place, as well as some other CLX-layered
packages. The latest (and last) version of Garnet is available at:
ftp.cs.cmu.edu:/afs/cs.cmu.edu/project/garnet/garnet/
I found I had to modify the garnet-loader file slightly in order to
get Garnet 3.0 to load. That's at:
http://sayre.sysc.pdx.edu:8001/clisp/garnet-loader.lisp.
You'll need something like 133Mhz Pentium in order to have very usable
performance. The HCI group at CMU now is working a C++ library called
`Amulet'. One could use the CLISP FFI to interface with Amulet or any
number of other libraries (e.g. Tk, Xview).
- References:
- Graphics
- From: wainz@focushope.edu (Josef Wainz)