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.