A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 750793d369 fix a bug in circle | преди 6 месеца | |
---|---|---|
client | преди 7 месеца | |
examples | преди 7 години | |
server | преди 7 месеца | |
.gitignore | преди 7 години | |
LICENSE | преди 8 години | |
README.md | преди 3 години | |
canvas.gauche-tk.scm | преди 3 години | |
canvas.gauche-web.scm | преди 3 години | |
canvas.guile-web.scm | преди 3 години | |
canvas.kawa-web.scm | преди 3 години | |
canvas.sld | преди 3 години | |
physics.sld | преди 3 години | |
screenshot.png | преди 9 години | |
simple.sld | преди 6 месеца | |
syntax.sld | преди 2 години | |
turtle3.body.scm | преди 6 месеца | |
turtle3.sld | преди 1 година | |
vector.sld | преди 6 месеца | |
web-client.scm | преди 3 години |
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.
There is also effort to unify the use of the web front-end for multiple implementations.
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.