A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 7d0c614566 import json | 3 роки тому | |
---|---|---|
examples | 7 роки тому | |
server | 3 роки тому | |
.gitignore | 7 роки тому | |
LICENSE | 9 роки тому | |
README.md | 4 роки тому | |
canvas.gauche-tk.scm | 4 роки тому | |
canvas.gauche-web.scm | 4 роки тому | |
canvas.guile-web.scm | 3 роки тому | |
canvas.kawa-web.scm | 4 роки тому | |
canvas.sld | 3 роки тому | |
physics.sld | 4 роки тому | |
screenshot.png | 9 роки тому | |
simple.sld | 4 роки тому | |
syntax.sld | 9 роки тому | |
turtle3.body.scm | 4 роки тому | |
turtle3.sld | 4 роки тому | |
vector.sld | 4 роки тому | |
web-client.scm | 4 роки тому |
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.