turtlestitch/README.md

41 wiersze
1.5 KiB
Markdown
Czysty Zwykły widok Historia

2017-01-25 12:36:48 +00:00
# TurtleStitch
2017-01-25 12:36:48 +00:00
TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a focus on
embroidery file generation.
2013-03-16 08:02:16 +00:00
2017-01-25 12:36:48 +00:00
The generated patterns can be exported as a embroidery file (currently Melco/EXP and Tajima/DST are supported) or SVG vector graphic
2014-12-14 18:08:46 +00:00
2017-01-25 12:36:48 +00:00
TurtleStitch is based on [Snap<i>!</i> Build Your Own Blocks](http://snap.berkeley.edu) written by Jens Mönig and Brian Harvey.
2014-12-14 18:20:31 +00:00
2017-01-25 12:36:48 +00:00
It uses webgl ([ThreeJS](http://threejs.org)) as rendering engine for performance as smooth as possible.
2014-12-14 18:20:31 +00:00
2017-01-25 12:36:48 +00:00
## Try it
You can try [latest development version from the git master branch](https://backface.github.io/turtlestitch/)
Check out the platform including a stable version and more infos on:
#http://www.turtlestitch.com
## Acknowledgements / License
2014-12-14 18:07:41 +00:00
Snap! Build Your Own Blocks [http://snap.berkeley.edu] is a
visual, blocks based programming language inspired by Scratch
2014-12-14 18:08:46 +00:00
2016-02-24 11:56:25 +00:00
Copyright (C) 2016 by Jens Mönig and Brian Harvey
2013-03-16 08:02:16 +00:00
2017-01-25 12:36:48 +00:00
Snap! is free software: you can redistribute it and/or modify
2013-03-16 08:02:16 +00:00
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/>.