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.

Help me, grapich function in Lisp

3 posts · 2880 views

Hi,
I'm a student and I have written a program in Lisp (my first complex program) using this IDE Allegro Common Lisp.
Now I want to build something graphic, for example a simple window and draw some polygon and others graphics object, but I have looked for some graphic functions.
where can I find graphic function with example (in site web) or better some tutorials ?
I don't know if I have to install particular libreries in my IDE, Can you help me?

Thanks a lot...Bosola C.

Re: Help me, grapich function in Lisp

The Allegro IDE ships with its own windowing system called Common Graphics, which looks like it would need no additional installation.