A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 750793d369 fix a bug in circle | il y a 6 mois | |
---|---|---|
client | il y a 7 mois | |
examples | il y a 7 ans | |
server | il y a 7 mois | |
.gitignore | il y a 7 ans | |
LICENSE | il y a 8 ans | |
README.md | il y a 3 ans | |
canvas.gauche-tk.scm | il y a 3 ans | |
canvas.gauche-web.scm | il y a 3 ans | |
canvas.guile-web.scm | il y a 3 ans | |
canvas.kawa-web.scm | il y a 3 ans | |
canvas.sld | il y a 3 ans | |
physics.sld | il y a 3 ans | |
screenshot.png | il y a 9 ans | |
simple.sld | il y a 6 mois | |
syntax.sld | il y a 2 ans | |
turtle3.body.scm | il y a 6 mois | |
turtle3.sld | il y a 1 an | |
vector.sld | il y a 6 mois | |
web-client.scm | il y a 3 ans |
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.