This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Drawing in lisp

2 posts · 1698 views

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

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