TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on embroidery.
 
 
 
Go to file
Michael Aschauer a4fb82b6a7 german translations 2017-10-29 15:12:43 +01:00
Backgrounds Update list utilities and costumes 2017-10-20 03:40:41 -04:00
Costumes Update list utilities and costumes 2017-10-20 03:40:41 -04:00
Examples
Sounds copy new Scratch media 2016-12-05 00:16:35 -08:00
help The missing help screens 2017-10-24 00:46:47 -04:00
libraries start on help, pull back on JS HOFs 2017-10-21 15:04:48 -04:00
stitchcode german translations 2017-10-29 15:12:43 +01:00
.gitignore update for v4.0.9 2016-10-31 15:21:33 +01:00
CONTRIBUTING.md Refactor contributing guidelines 2017-10-26 11:12:16 +02:00
FileSaver.min.js Update filesaver.js to lastest version -- mostly minor tweaks 2017-08-26 18:02:33 -07:00
LICENSE Update LICENSE file so it gets properly displayed 2017-10-26 09:52:51 +02:00
README.md Merge tag '4.1.0.2' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into 4.1 2017-10-29 12:17:15 +01:00
Snap! Connectivity Strategy.pdf
blocks.js show all own vars and attributes in INHERIT drop-down when inside a ring 2017-10-17 10:12:29 +02:00
byob.js changed label of "Method" to "Method Editor" 2017-10-09 09:04:34 +02:00
click.wav
cloud.js
favicon.ico
gui.js fixed a glitch that raised an error instead of creating an “obsolete” block 2017-10-28 13:04:25 +02:00
history.txt fixed a glitch that raised an error instead of creating an “obsolete” block 2017-10-28 13:04:25 +02:00
index.html Merge tag '4.1.0.2' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into 4.1 2017-10-29 12:17:15 +01:00
lang-ar.js
lang-bg.js
lang-bn.js
lang-ca.js Updating catalan translation to the 4.1 version 2017-10-27 02:16:42 +02:00
lang-cs.js
lang-de.js updated German translation and history 2017-10-20 19:18:35 +02:00
lang-dk.js Reworking of Danish translation 2016-12-07 23:44:40 +00:00
lang-el.js
lang-eo.js Esperanto translate update, thanks, Sebastian! 2017-10-06 08:53:18 +02:00
lang-es.js
lang-et.js
lang-fi.js
lang-fr.js updated versions for pending release v4.0.9 2016-10-28 19:09:28 +02:00
lang-gl.js GL translation, submitted by @tecnoloxia 2016-11-09 12:53:32 +01:00
lang-hr.js Croation translation update, thanks, Zeljko Hrvoj! 2017-08-30 10:17:33 +02:00
lang-hu.js
lang-ia.js
lang-id.js
lang-it.js update for v4.0.9 2016-10-31 15:21:33 +01:00
lang-ja.js
lang-ja_HIRA.js
lang-kn.js
lang-ko.js
lang-ml.js
lang-nl.js small tweaks, updated history & versions 2017-09-01 14:36:52 +02:00
lang-no.js
lang-pl.js Minor fix in Polish translation 2016-12-09 14:45:46 +01:00
lang-pt.js Deleting duplicate translation strings 2016-12-21 01:17:07 +01:00
lang-pt_BR.js
lang-ro.js
lang-ru.js small tweaks, updated history & versions 2017-09-01 14:36:52 +02:00
lang-si.js
lang-sv.js
lang-ta.js
lang-te.js
lang-tr.js
lang-zh_CN.js Update lang-zh_CN.js 2017-10-24 00:23:07 +08:00
lang-zh_TW.js Adapting Chinese code langs to ISO Standard 2016-12-21 01:52:12 +01:00
lists.js small tweaks, updated history & versions 2017-09-01 14:36:52 +02:00
locale.js v4.1.0.1 2017-10-28 09:29:08 +02:00
morphic.js revert attempt to fix flicker on Safari 2017-09-26 15:38:42 +02:00
morphic.txt small tweaks, updated history & versions 2017-09-01 14:36:52 +02:00
objects.js Merge tag '4.1.0.2' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into 4.1 2017-10-29 12:17:15 +01:00
optimizations.txt
paint.js Merge pull request #1847 from bromagosa/floodfill-fix 2017-09-01 12:03:34 +02:00
readme.txt
sha512.js
snap.html refactored symbols code to a new file 2017-08-02 11:30:34 +02:00
snap_fast.html refactored symbols code to a new file 2017-08-02 11:30:34 +02:00
snap_logo_sm.png
store.js Merge tag '4.1.0.2' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into 4.1 2017-10-29 12:17:15 +01:00
symbols.js added 'keyboard' and 'keyboardFilled' icons 2017-09-26 09:03:33 +02:00
tables.js small tweaks, updated history & versions 2017-09-01 14:36:52 +02:00
threads.js updated German translation and history 2017-10-20 19:18:35 +02:00
tools.xml start on help, pull back on JS HOFs 2017-10-21 15:04:48 -04:00
widgets.js replaced property name for “enabled” with “isDisabled” for PushButtons 2017-09-25 11:45:07 +02:00
xml.js
ypr.js unify Scratch-style clones and Snap-specimens 2017-07-04 13:51:22 +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

You can try latest development version from the git master branch via github pages.

Be sure to check out the platform, including a stable version, gallery, more infos, etc... on

http://www.turtlestitch.org

Acknowledgements / License

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

Copyright (C) 2017 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.