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