A turtle graphics implementation for R7RS Scheme
Jason K. MacDuffie 2e3962e116 seems I need the sleep or it goes a bit out of control | 5 jaren geleden | |
---|---|---|
examples | 7 jaren geleden | |
server | 5 jaren geleden | |
.gitignore | 7 jaren geleden | |
LICENSE | 8 jaren geleden | |
README.md | 7 jaren geleden | |
canvas.gauche.scm | 7 jaren geleden | |
canvas.kawa.scm | 5 jaren geleden | |
canvas.sld | 5 jaren geleden | |
screenshot.png | 9 jaren geleden | |
simple.sld | 7 jaren geleden | |
syntax.sld | 8 jaren geleden | |
turtle3.body.scm | 7 jaren geleden | |
turtle3.sld | 7 jaren geleden | |
vector.sld | 8 jaren geleden |
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.
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.