Page 1 of 1

Drawing in lisp

Posted: Wed Apr 22, 2009 7:17 am
by zolistir87
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.

Re: Drawing in lisp

Posted: Thu Apr 23, 2009 12:08 pm
by Paul Donnelly
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