TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on embroidery.
 
 
 
Go to file
Michael Aschauer ea7fee49e2 add turtle and zoom buttons 2017-01-26 13:19:27 +01:00
Backgrounds Remove duplicate backgrounds 2017-01-03 08:42:25 -08:00
Costumes
Examples
Sounds
help
libraries refactor and cleanup 2017-01-14 17:56:32 +01:00
stitchcode add turtle and zoom buttons 2017-01-26 13:19:27 +01:00
.gitignore
FileSaver.min.js
README.md update readme 2017-01-25 13:36:48 +01:00
Snap! Connectivity Strategy.pdf
agpl.txt
blocks.js added "savingPreferences" flag 2017-01-13 10:08:02 +01:00
byob.js removed obsolete code for custom block hover-help 2017-01-03 17:37:37 +01:00
click.wav
cloud.js accidentally left SnapCloudLocal in cloud.js 2016-12-29 12:22:36 +01:00
contributing to BYOB4.txt
favicon.ico
gui.js update to Snap! / Merge tag '4.0.10' 2017-01-25 16:23:01 +01:00
history.txt added "savingPreferences" flag 2017-01-13 10:08:02 +01:00
index.html add turtle and zoom buttons 2017-01-26 13:19:27 +01:00
lang-ar.js
lang-bg.js
lang-bn.js
lang-ca.js Updating last changes and libraries previewing to catalan translation 2017-01-11 01:35:36 +01:00
lang-cs.js
lang-de.js fixed a typo in the German translation 2017-01-10 11:32:46 +01:00
lang-dk.js
lang-el.js
lang-eo.js
lang-es.js
lang-et.js
lang-fi.js
lang-fr.js
lang-gl.js
lang-hr.js
lang-hu.js
lang-ia.js
lang-id.js
lang-it.js
lang-ja.js
lang-ja_HIRA.js
lang-kn.js
lang-ko.js
lang-ml.js
lang-nl.js
lang-no.js
lang-pl.js
lang-pt.js
lang-pt_BR.js
lang-ro.js
lang-ru.js
lang-si.js
lang-sv.js
lang-ta.js
lang-te.js
lang-tr.js
lang-zh_CN.js
lang-zh_TW.js
lists.js
locale.js added "savingPreferences" flag 2017-01-13 10:08:02 +01:00
morphic.js updated credits and version dates 2017-01-09 17:36:27 +01:00
morphic.txt
objects.js update to Snap! / Merge tag '4.0.10' 2017-01-25 16:23:01 +01:00
optimizations.txt
paint.js
readme.txt
sha512.js
snap.html
snap_fast.html
snap_logo_sm.png
store.js
tables.js
threads.js make error messages occurring in generic WHEN hat scripts visible 2017-01-11 13:39:48 +01:00
tools.xml
translating Snap.txt
widgets.js submenu enhancements 2017-01-03 17:24:25 +01:00
xml.js
ypr.js

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

You can try latest development version from the git master branch

Check out the platform including a stable version and more infos on:

#http://www.turtlestitch.com

Acknowledgements / License

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

Copyright (C) 2016 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 http://www.gnu.org/licenses/.