A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 2e3962e116 seems I need the sleep or it goes a bit out of control | преди 5 години | |
---|---|---|
examples | преди 7 години | |
server | преди 5 години | |
.gitignore | преди 7 години | |
LICENSE | преди 8 години | |
README.md | преди 7 години | |
canvas.gauche.scm | преди 7 години | |
canvas.kawa.scm | преди 5 години | |
canvas.sld | преди 5 години | |
screenshot.png | преди 9 години | |
simple.sld | преди 7 години | |
syntax.sld | преди 8 години | |
turtle3.body.scm | преди 7 години | |
turtle3.sld | преди 7 години | |
vector.sld | преди 8 години |
This library is for turtle graphics implemented in R7RS Scheme. Because there is no portable way to implement graphics, the code was made modular enough to have multiple front-ends. For Gauche, gauche-tk is used. For Kawa, the built-in HTTP server is used to send instructions to a browser front-end.
YASOS is a dependency to allow extending the turtle.
Here is a picture of the "dragon" curve.
You may redistribute or modify this library under the terms of the GNU GPLv3, or any later version. See LICENSE for details.