TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on embroidery.
 
 
 
Go to file
Michael 8c34d67cf3 include turtle model and font as javascript objects (works also local) 2021-07-30 12:49:40 +02:00
Backgrounds
Costumes
Examples Repair vee.xml 2020-06-04 02:43:24 -07:00
Sounds
help Merge tag 'v6.9.0' of git://github.com/jmoenig/Snap into snap6 2021-07-08 11:36:52 +02:00
libraries Merge tag 'v6.9.0' of git://github.com/jmoenig/Snap into snap6 2021-07-08 11:36:52 +02:00
locale German translation update 2021-06-11 15:06:26 +02:00
src Merge tag 'v6.9.0' of git://github.com/jmoenig/Snap into snap6 2021-07-08 11:36:52 +02:00
stitchcode include turtle model and font as javascript objects (works also local) 2021-07-30 12:49:40 +02:00
.gitignore
API.md updated version history 2021-01-07 13:27:09 +01:00
CONTRIBUTING.md
HISTORY.md prepared minor release 2021-06-14 08:02:56 +02:00
LICENSE
MIGRATING.md Update MIGRATING.md 2020-07-11 10:38:14 +02:00
OFFLINE.md fix typo 2020-02-22 08:58:01 -08:00
README.md Merge tag 'v6.9.0' of git://github.com/jmoenig/Snap into snap6 2021-07-08 11:36:52 +02:00
index.html include turtle model and font as javascript objects (works also local) 2021-07-30 12:49:40 +02:00
pull-new-snap.txt more on app mode 2021-07-13 11:43:07 +02:00
snap.html prepared minor release 2021-06-14 08:02:56 +02:00

README.md

TurtleStitch

TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a focus on embroidery file generation.

The generated patterns can be exported as a embroidery file (currently Melco/EXP and Tajima/DST are supported) or SVG vector graphic

TurtleStitch is based on Snap! Build Your Own Blocks written by Jens Mönig and Brian Harvey.

It uses webgl ThreeJS as rendering engine for performance as smooth as possible.

Try it

For full functionality run it from the TurtleStitch platform on http://www.turtlestitch.org

http://www.turtlestitch.org/run

or the testing the current develeopment version integrated into the platform:

http://www.turtlestitch.org/beta

You can also try the latest development version from the git master branch via github pages (no cloud access!)

Acknowledgements / License

Snap! Build Your Own Blocks [http://snap.berkeley.edu] is a visual, blocks based programming language inspired by Scratch

Copyright (C) 2008-2021 by Jens Mönig and Brian Harvey

Snap! is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Want to use Snap! but scared by the open-source license? Get in touch with us, we'll make it work.