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