CatherineH / python-embroidery

python code for generating embroidery designs
MIT License
22 stars 4 forks source link

Realistic Rendering #3

Closed styloInt closed 5 years ago

styloInt commented 5 years ago

I am thinking about implementing a realistic rendering so that at the end the user can see what it's goona look like.

One way of doing it, is to do like inkstitch which apply a filter to every stitch https://github.com/inkstitch/inkstitch/blob/1de8487849a3f8f55d126e2687d690226e657fde/lib/svg/realistic_rendering.py

But I find this way too time consuming. I was wondering how private softwares do that. Do you have an idea ?

CatherineH commented 5 years ago

I use https://github.com/CatherineH/python-embroidery/blob/1097bab7699a57c5ccac593eac4fc95c9cc17a93/pattern_utils.py#L101 to look at how things will look on the output. The other option is to view the pattern embroidermodder. That's realistic enough for me. What are you looking for?

styloInt commented 5 years ago

I'm looking to have a rendering like this one :

Example rendering