[plt-scheme] Demo of a graphics library for scheme

From: Jon Rafkind (workmin at ccs.neu.edu)
Date: Sat Jun 3 19:09:12 EDT 2006

Heres a couple screenshots

http://www.rafkind.com/jon/images/scheme/shot1.png
http://www.rafkind.com/jon/images/scheme/shot2.png
http://www.rafkind.com/jon/images/scheme/shot3.png

Jon Rafkind wrote:
> I have been fooling around with binding a graphics library written in C
> to mzscheme and would like to present what I have so far. There are a
> few examples in the package that show usage of graphics, keyboard input,
> mouse input, and sound. It should work on most unix's and Windows but
> not OSX( yet ).
>
> First download the scheme code:
> http://www.rafkind.com/jon/tar/allegro-scheme-0.2.tar.gz
>
> examples are in the
> allegro-scheme-0.2/{examples,examples/piano,examples/xquest} directories
>
> If you are on windows download the Allegro dll and put it in
> c:\windows\system32\
> http://www.rafkind.com/jon/tar/alleg42.dll
>
> If you are on *nix download the Allegro source and a shell script I
> wrote to automatically build and install it:
>
> http://prdownloads.sourceforge.net/alleg/allegro-4.2.0.tar.gz?download
> http://www.rafkind.com/jon/tar/make-allegro.sh
>
> $ ./make-allegro.sh allegro-4.2.0.tar.gz
>
> I would really like for everything to Just Work( tm ) so if anything
> breaks let me know. Im also interested to know if people find this whole
> thing interesting to begin with.
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>
>   


Posted on the users mailing list.