Java based embroidery software
Special features:
- GUI (swing/awt)
- fractals (Lindenmayer Systems)
- turtle programming pattern
- QR-Code generation
Required: maven3, JSDK1.7
License is GPLv3 without commercial use for declared files. Parts are under zlib-license, see other-licenses/ZLIB-LICENSE.txt for details
mvn compile exec:java
mvn compile sonar:sonar
mvn compile exec:java -Dexec.mainClass="de.xonibo.stickes.examples.CreateExamples"
mvn clean