A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 750793d369 fix a bug in circle | пре 6 месеци | |
---|---|---|
client | пре 7 месеци | |
examples | пре 7 година | |
server | пре 7 месеци | |
.gitignore | пре 7 година | |
LICENSE | пре 8 година | |
README.md | пре 3 година | |
canvas.gauche-tk.scm | пре 3 година | |
canvas.gauche-web.scm | пре 3 година | |
canvas.guile-web.scm | пре 3 година | |
canvas.kawa-web.scm | пре 3 година | |
canvas.sld | пре 3 година | |
physics.sld | пре 3 година | |
screenshot.png | пре 9 година | |
simple.sld | пре 6 месеци | |
syntax.sld | пре 2 година | |
turtle3.body.scm | пре 6 месеци | |
turtle3.sld | пре 1 година | |
vector.sld | пре 6 месеци | |
web-client.scm | пре 3 година |
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.