stipplegen icon indicating copy to clipboard operation
stipplegen copied to clipboard

Software that can create stipple drawings and “TSP art,” from image files

Results 8 stipplegen issues
Sort by recently updated
recently updated
newest added

It's awesome that you can export the TSP path in addition to the stippling, but the Voronoi cells themselves can look pretty cool too! Would it be possible to add...

It would be also usable, to be able to export the voronoi cells as a svg. Best regards

I was wondering if some of the calculations could run in shaders on the GPU to speed up the process? Thanks.

https://github.com/evil-mad/stipplegen/blob/master/StippleGen/StippleGen.pde#L838 What is going on with the scale factor and the maxSize here? The sample rate across a cell greatly affects the change to the voronoi... but I don't get...

``` gerv@wolf:~/Download/StippleGen2$ application.linux64/StippleGen2 Exception in thread "main" java.lang.ExceptionInInitializerError Caused by: java.lang.NumberFormatException: For input string: "9-i" at jdk.internal.math.FloatingDecimal.readJavaFormatString(java.base@9-internal/FloatingDecimal.java:2054) at jdk.internal.math.FloatingDecimal.parseFloat(java.base@9-internal/FloatingDecimal.java:122) at java.lang.Float.parseFloat(java.base@9-internal/Float.java:451) at java.lang.Float.(java.base@9-internal/Float.java:532) at processing.core.PApplet.(PApplet.java:182) ``` and: ``` gerv@wolf:~/Download/StippleGen2$ java...

bug

Several improvements made by @ShelMi http://forum.evilmadscientist.com/discussion/comment/2206#Comment_2206

See http://forum.evilmadscientist.com/discussion/673#Item_2

This is more of a generalized question about controlP5. I've forked the repo and I'm working on a project which depends on stipplegen, so I'll be giving this some attention...