A turtle graphics implementation for R7RS Scheme
|
před 3 roky | |
---|---|---|
examples | před 7 roky | |
server | před 3 roky | |
.gitignore | před 7 roky | |
LICENSE | před 9 roky | |
README.md | před 4 roky | |
canvas.gauche-tk.scm | před 4 roky | |
canvas.gauche-web.scm | před 4 roky | |
canvas.guile-web.scm | před 3 roky | |
canvas.kawa-web.scm | před 4 roky | |
canvas.sld | před 3 roky | |
physics.sld | před 4 roky | |
screenshot.png | před 9 roky | |
simple.sld | před 4 roky | |
syntax.sld | před 9 roky | |
turtle3.body.scm | před 4 roky | |
turtle3.sld | před 4 roky | |
vector.sld | před 4 roky | |
web-client.scm | před 4 roky |
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.