CL-Canvas or yet another graphics library for Logo and Mandelbrot
From: Frank Buss (fb_at_frank-buss.de)
Date: 03/26/05
- Next message: Trent Buck: "debugging"
- Previous message: david.tolpin_at_gmail.com: "Re: parsing C like syntax"
- Next in thread: Andras Simon: "Re: CL-Canvas or yet another graphics library for Logo and Mandelbrot"
- Reply: Andras Simon: "Re: CL-Canvas or yet another graphics library for Logo and Mandelbrot"
- Reply: Frank Buss: "Re: CL-Canvas or yet another graphics library for Logo and Mandelbrot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Mar 2005 07:47:37 +0000 (UTC)
Sometimes I need a drawing area for visualizing some ideas from the REPL.
This is possible with CLIM and other libraries, but I wanted something more
easy and without any extra libraries. So I created CL-Canvas:
http://www.frank-buss.de/lisp/canvas.html
It can be enhanced to react on mouse and keyboard inputs and it should be
cleanuped, moved to a package and ported to other Lisp implementations and
operating systems, which is easy, except for the window callbacks: I've
tried it with UFFI, first, but it doesn't work, because you can't declare
Lisp callbacks in UFFI. Are there any plans to implement this?
-- Frank Buß, fb@frank-buss.de http://www.frank-buss.de, http://www.it4-systems.de
- Next message: Trent Buck: "debugging"
- Previous message: david.tolpin_at_gmail.com: "Re: parsing C like syntax"
- Next in thread: Andras Simon: "Re: CL-Canvas or yet another graphics library for Logo and Mandelbrot"
- Reply: Andras Simon: "Re: CL-Canvas or yet another graphics library for Logo and Mandelbrot"
- Reply: Frank Buss: "Re: CL-Canvas or yet another graphics library for Logo and Mandelbrot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|