A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 750793d369 fix a bug in circle | před 6 měsíci | |
---|---|---|
client | před 7 měsíci | |
examples | před 7 roky | |
server | před 7 měsíci | |
.gitignore | před 7 roky | |
LICENSE | před 8 roky | |
README.md | před 3 roky | |
canvas.gauche-tk.scm | před 3 roky | |
canvas.gauche-web.scm | před 3 roky | |
canvas.guile-web.scm | před 3 roky | |
canvas.kawa-web.scm | před 3 roky | |
canvas.sld | před 3 roky | |
physics.sld | před 3 roky | |
screenshot.png | před 9 roky | |
simple.sld | před 6 měsíci | |
syntax.sld | před 2 roky | |
turtle3.body.scm | před 6 měsíci | |
turtle3.sld | před 1 rokem | |
vector.sld | před 6 měsíci | |
web-client.scm | před 3 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.