TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on embroidery.
 
 
 
Go to file
Zhenlei Jia d8e2bc3129 1. The underlying textarea now listens to "input" event, and update the content of target morphic
accordingly.
2. The textarea still listens to "keydown" and "keyup" events, for the following puerpose:
"keydown" event handler will detech some system shortcuts, add will pass it to "the world".
"keyup" event handler is used to capture the change of selection status and cursor position of the
textarea (which is not captured in the above "input" event), and update the target morphic.
2019-07-11 08:38:51 -04: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
help renamed help screens for "setHue" to "setPenHSVA" and "changeHue" to "changePenHSVA" 2019-01-02 14:36:42 +01:00
libraries updated audio-comp library blocks with new loop-arrow symbols 2019-01-24 13:24:25 +01:00
locale German translation update 2019-01-28 18:45:35 +01:00
src 1. The underlying textarea now listens to "input" event, and update the content of target morphic 2019-07-11 08:38:51 -04:00
.gitignore Revert "Fix the MOTD feature." 2018-02-15 15:11:57 +01:00
CONTRIBUTING.md Updated CONTRIBUTING.md 2018-10-18 09:41:28 +02:00
HISTORY.md enable dropping command blocks into all rings by default. Yeah! 2019-02-07 12:54:45 +01:00
LICENSE Update LICENSE file so it gets properly displayed 2017-10-26 09:52:51 +02:00
OFFLINE.md renamed repo to "Snap! 2018-10-07 11:21:44 +02:00
README.md scroll menus if they are taller than the world 2018-01-04 16:10:09 +01:00
index.html
snap.html enable dropping command blocks into all rings by default. Yeah! 2019-02-07 12:54:45 +01:00

README.md

Snap! Build Your Own Blocks

http://snap.berkeley.edu

a visual, blocks based programming language inspired by Scratch

written by Jens Mönig and Brian Harvey jens@moenig.org, bh@cs.berkeley.edu

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