A turtle graphics implementation for R7RS Scheme

Jason K. MacDuffie 7d0c614566 import json %!s(int64=3) %!d(string=hai) anos
examples 33f46f2e95 correct threeshapes %!s(int64=7) %!d(string=hai) anos
server 7d0c614566 import json %!s(int64=3) %!d(string=hai) anos
.gitignore 49c39a8d2f write a quick library for kawa turtle %!s(int64=7) %!d(string=hai) anos
LICENSE ee9eb19ace I never set the license apparently! This is GPLv3+ %!s(int64=9) %!d(string=hai) anos
README.md 65a0cb16a3 update readme %!s(int64=4) %!d(string=hai) anos
canvas.gauche-tk.scm 6dba309d33 add dummy code for gauche tk to handle multiple canvases %!s(int64=4) %!d(string=hai) anos
canvas.gauche-web.scm 33dae72746 define procedure called wait a moment %!s(int64=4) %!d(string=hai) anos
canvas.guile-web.scm 2cd8d0af6e add guile-web client %!s(int64=3) %!d(string=hai) anos
canvas.kawa-web.scm 33dae72746 define procedure called wait a moment %!s(int64=4) %!d(string=hai) anos
canvas.sld 6b918a45fb make guile primary %!s(int64=3) %!d(string=hai) anos
physics.sld 86df361c51 move physics up %!s(int64=4) %!d(string=hai) anos
screenshot.png 8a9eb5c631 Add a screenshot %!s(int64=9) %!d(string=hai) anos
simple.sld c72c6972fb remove any default commands %!s(int64=4) %!d(string=hai) anos
syntax.sld 8f118c7e61 Rename *.scm to *.sld %!s(int64=9) %!d(string=hai) anos
turtle3.body.scm ca2055731c add xcor ycor zcor to turtle3 %!s(int64=4) %!d(string=hai) anos
turtle3.sld ca2055731c add xcor ycor zcor to turtle3 %!s(int64=4) %!d(string=hai) anos
vector.sld e26be86b76 separate vector distance and difference %!s(int64=4) %!d(string=hai) anos
web-client.scm c72c6972fb remove any default commands %!s(int64=4) %!d(string=hai) anos

README.md

Turtle R7RS

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.

Screenshot

Here is a picture of the "dragon" curve.

dragon curve

License

You may redistribute or modify this library under the terms of the GNU GPLv3, or any later version. See LICENSE for details.