Drawing in lisp

Discussion of Common Lisp
Post Reply
zolistir87

Drawing in lisp

Post by zolistir87 » Wed Apr 22, 2009 7:17 am

Hello!

I am using Allegro Cl as an IDE and I would like to draw. I have created a "bitmap-window", and want to draw a line onto the form. How exactly do I do that? Any help is appreciated. Thank you in advance.

Paul Donnelly
Posts: 148
Joined: Wed Jul 30, 2008 11:26 pm

Re: Drawing in lisp

Post by Paul Donnelly » Thu Apr 23, 2009 12:08 pm

zolistir87 wrote:Hello!

I am using Allegro Cl as an IDE and I would like to draw. I have created a "bitmap-window", and want to draw a line onto the form. How exactly do I do that? Any help is appreciated. Thank you in advance.
That's an Allegro-specific question. In other Lisps, you'll have to do something entirely different. But I think this page explains it all.

http://www.franz.com/support/documentat ... rawing.htm

Post Reply