Ink/Stitch: An open source machine embroidery design platform based on Inkscape
 
 
 
 
 
 
Go to file
George Steel d32a8fd466
Add randomized running and fill stitches (#2830)
Add a mode to running stitch that uses randomized phase and stitch length instead of even spacing. This greatly reduces moire effects when stitching closely-spaced curves in running-stitch-based fills.

Add option for randomized running stitch to:

    ripple stitch
    circular fill
    contour fill
    guided fill
    auto-fill

When is randomization is not selected, ripple stitch will use even running stitch when staggers are set to 0 (default) and the stagger algorithm from guided fill (which does not look nice with a stagger period of 0) when staggers is nonzero.

Also includes fix for satin contour underlays (missing tolerance default) mentioned in #2814. This sets the default tolerance to 0.2mm, which is the largest tolerance guaranteed to be backwards-compatible with existing designs using the default inset of 0.4mm.

Original commits:
* fix satin underlay tolerance default
* Add randomized running stitch, make available in ripple stitch, circular, and contour
* add randomized guided fill
* make ripple stitch use even stitching when not staggering or randomizing.
* add random auto-fill and switch jitter parameter to a percentage (matches satin)
* fix comments
2024-05-05 13:55:33 -04:00
.github/workflows Remove electron entirely (#2859) 2024-05-01 19:34:25 +02:00
bin Remove electron entirely (#2859) 2024-05-01 19:34:25 +02:00
dbus Fix select elements extension (#2875) 2024-05-01 19:12:01 +02:00
fonts Claudine/add emilio 20 tartan (#2869) 2024-04-30 06:51:22 +02:00
icons
images Remove electron entirely (#2859) 2024-05-01 19:34:25 +02:00
installer_scripts Remove electron entirely (#2859) 2024-05-01 19:34:25 +02:00
its
lib Add randomized running and fill stitches (#2830) 2024-05-05 13:55:33 -04:00
palettes
print move print PDF back to web browser (#2849) 2024-04-24 22:38:32 -04:00
pyembroidery@b24efddbda
python-wheels
symbols
templates Add Jump to Trim Extension (#2864) 2024-05-01 19:44:04 +02:00
tests Clean-up of clone code (#2851) 2024-04-23 18:09:32 -04:00
tiles
translations new translations from Crowdin 2024-05-05 01:15:31 +00:00
.gitignore Kgn/logging revamp (#2720) 2024-05-03 01:34:58 +02:00
.gitmodules
CNAME
CODE_OF_CONDUCT.md
CODING_STYLE.md
CONTRIBUTING.md Remove electron entirely (#2859) 2024-05-01 19:34:25 +02:00
DEBUG_template.toml Kgn/logging revamp (#2720) 2024-05-03 01:34:58 +02:00
LICENSE
LOCALIZATION.md
LOGGING_template.toml Kgn/logging revamp (#2720) 2024-05-03 01:34:58 +02:00
Makefile Remove electron entirely (#2859) 2024-05-01 19:34:25 +02:00
README.md
README_de.md
TODO
_config.yml
babel.conf
crowdin.yml
inkstitch.py Kgn/logging revamp (#2720) 2024-05-03 01:34:58 +02:00
patches.md
requirements.txt Kgn/logging revamp (#2720) 2024-05-03 01:34:58 +02:00

README.md

Ink/Stitch: An open source machine embroidery design platform based on Inkscape

Want to design embroidery pattern files (PES, DST, and many more) using free, open source software?

Ink/Stitch aims to be a full-fledged embroidery digitizing platform based entirely on free, open source software. Our goal is to be approachable for hobbyists while also providing the power needed by professional digitizers. We also aim to provide a welcoming open source environment where contributing is fun and easy.

Want to learn more?

  • Check out our list of features
  • Quick Install on Linux and Windows (Mac support in the works!)
  • See some photos showing what Ink/Stitch can do
  • Watch some videos of Ink/Stitch in action
  • ...and lots more on our website

Background and Philosophy

by @lexelby, an Ink/Stitch programmer

I received a really wonderful christmas gift for a geeky programmer hacker: an embroidery machine. It's pretty much a CNC thread-bot... I just had to figure out how to design programs for it. The problem is, all free embroidery design software seemed to be terrible, especially when you add in the requirement of being able to run in Linux, my OS of choice.

I started off hacking on inkscape-embroidery. It had some of the basic capabilities I needed, and I saw a lot of potential. I love the idea of using an existing, ultra-powerful SVG editor as the basis for an embroidery design suite.

Things took off from there. I continued adding features as I needed them, and by this point, very little if any of the original code remains.

The goal of Ink/Stitch is to provide a powerful embroidery digitizing platform for everyone completely free. I want to open up the field of embroidery design, making it approachable even for those who can't spend hundreds or thousands of dollars on software. And I want folks like me, who love to combine code with art, to have an open, extensible, and approachable platform to hack on.