A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 750793d369 fix a bug in circle | hai 6 meses | |
---|---|---|
client | hai 7 meses | |
examples | %!s(int64=7) %!d(string=hai) anos | |
server | hai 7 meses | |
.gitignore | %!s(int64=7) %!d(string=hai) anos | |
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
canvas.gauche-tk.scm | %!s(int64=3) %!d(string=hai) anos | |
canvas.gauche-web.scm | %!s(int64=3) %!d(string=hai) anos | |
canvas.guile-web.scm | %!s(int64=3) %!d(string=hai) anos | |
canvas.kawa-web.scm | %!s(int64=3) %!d(string=hai) anos | |
canvas.sld | %!s(int64=3) %!d(string=hai) anos | |
physics.sld | %!s(int64=3) %!d(string=hai) anos | |
screenshot.png | %!s(int64=9) %!d(string=hai) anos | |
simple.sld | hai 6 meses | |
syntax.sld | %!s(int64=2) %!d(string=hai) anos | |
turtle3.body.scm | hai 6 meses | |
turtle3.sld | hai 1 ano | |
vector.sld | hai 6 meses | |
web-client.scm | %!s(int64=3) %!d(string=hai) anos |
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.