Translated GIFPlot example to Guile Scheme.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@740 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2000-08-30 22:32:58 +00:00
commit ce21bf47bf
9 changed files with 191 additions and 0 deletions

View file

@ -0,0 +1,3 @@
This is a very minimalistic example in which just a few functions
and constants from library are wrapped and used to draw some simple
shapes. Run `gifguile -s runme.scm'.