TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on embroidery.
 
 
 
Go to file
Michael 94a60242dc remove console log 2025-12-20 10:50:00 +01:00
.github Update FUNDING.yml 2021-10-20 16:26:26 +02:00
Backgrounds Re-add updated libraries file 2024-05-11 16:39:00 +02:00
Costumes Re-add updated libraries file 2024-05-11 16:39:00 +02:00
Examples Add notes to devlog 2024-05-12 15:22:35 +02:00
Sounds Re-add updated libraries file 2024-05-11 16:39:00 +02:00
docs Merge tag 'v11.0.4' of https://github.com/jmoenig/Snap into snap11 2025-10-08 17:05:23 +02:00
help Merge tag 'v11.0.4' of https://github.com/jmoenig/Snap into snap11 2025-10-08 17:05:23 +02:00
imbw Update imbw.xml 2025-09-16 15:38:46 +02:00
img tweaked icon sizes 2021-10-27 15:09:02 +02:00
libraries Merge tag 'v11.0.4' of https://github.com/jmoenig/Snap into snap11 2025-10-08 17:05:23 +02:00
locale prepared v11.0.4 patch: added "confusion matrix" to neural networks extensions 2025-09-22 16:09:19 +02:00
pyret updated pyret transpilation study with new "bright" theme configuration 2024-09-06 09:16:55 +02:00
src Merge tag 'v11.0.4' of https://github.com/jmoenig/Snap into snap11 2025-10-08 17:05:23 +02:00
stitchcode remove console log 2025-12-20 10:50:00 +01:00
utilities Add block translations to libraries files 2024-05-14 00:55:39 +02:00
.gitignore Merge tag 'v11.0.4' of https://github.com/jmoenig/Snap into snap11 2025-10-08 17:05:23 +02:00
DEVLOG.md prepared v10.3.0 release 2024-12-05 18:05:25 +01:00
HISTORY.md prepared v11.0.4 patch: added "confusion matrix" to neural networks extensions 2025-09-22 16:09:19 +02:00
LICENSE Update LICENSE file so it gets properly displayed 2017-10-26 09:52:51 +02:00
OFFLINE.md bring back OFFLINE into the main folder 2025-10-09 18:34:09 +02:00
README.md Merge tag 'v11.0.4' of https://github.com/jmoenig/Snap into snap11 2025-10-08 17:05:23 +02:00
index.html fix negative movement when using running stitch 2025-12-20 10:39:46 +01:00
manifest.json fixed #2954 2022-01-04 00:09:39 +01:00
pull-new-snap.txt update dev version 2025-10-08 18:05:29 +02:00
snap.html prepared v11.0.4 patch: added "confusion matrix" to neural networks extensions 2025-09-22 16:09:19 +02:00
sw.js prepared v11.0.4 patch: added "confusion matrix" to neural networks extensions 2025-09-22 16:09:19 +02:00

README.md

TurtleStitch

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

Generated graphics can be exported as a embroidery file (currently Melco/EXP and Tajima/DST are supported) and SVG images.

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

TurtleStitch is live on its community platform - http://www.turtlestitch.org

http://www.turtlestitch.org/run

the latest development version is live here:

http://www.turtlestitch.org/beta

You can also try the latest stable version from the git master branch via github pages (no cloud access!) or download it and run it offline

Acknowledgements / License

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

Documentation

The definitive source of how to use Snap! is the Snap! Manual.

  • API.md describes the API for modifying the Snap! interface.
  • Extensions.md describes the basic interface for building JavaScript extensions for Snap!
  • Migrating.md gives guidance for older extensions to migrate to Morphic 2 and Snap! v6.
  • Offline.md has instructions for running Snap! as a progressive web application.

Please read the Contribution Guidelines before making an issue or pull request. Thanks!

License

Copyright (C) 2008-2025 by Jens Mönig and Brian Harvey Copyright (C) 2008-2025 by Michael Aschauer

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.