Update README.md

pull/97/head
Michael Aschauer 2021-07-30 20:04:27 +02:00 zatwierdzone przez GitHub
rodzic 65fdd2917a
commit ce9dc47f4f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
# TurtleStitch
TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a focus on
embroidery file generation.
TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on
embroidery.
The generated patterns can be exported as a embroidery file (currently Melco/EXP and Tajima/DST are supported) or SVG vector graphic
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<i>!</i> Build Your Own Blocks](http://snap.berkeley.edu) written by Jens Mönig and Brian Harvey.
@ -12,15 +12,16 @@ It uses webgl [ThreeJS](http://threejs.org) as rendering engine for performance
## Try it
For full functionality run it from the TurtleStitch platform on http://www.turtlestitch.org
TurtleStitch is live on its community platform - http://www.turtlestitch.org
http://www.turtlestitch.org/run
or the testing the current develeopment version integrated into the platform:
the latest development version is live here:
http://www.turtlestitch.org/beta
You can also try the [latest development version from the git master branch](https://backface.github.io/turtlestitch/) via github pages (no cloud access!)
You can also try the [latest stable version from the git master branch](https://backface.github.io/turtlestitch/) via github pages (no cloud access!)
or [download it and run it offline](https://github.com/backface/turtlestitch/blob/master/OFFLINE.md)