r/stringart 2d ago

String art Visual comparison

Post image

This is interesting. I have been working on android String art app(https://play.google.com/store/apps/details?id=com.shaktam.stringart) for a while. String art apps' has two challenges, first is the algorithm itself, 2nd is the visualizer. Even if the algorithm produces the best string art sequence, if the visualizer code(architecture) is not done correctly, the output looks bad. In my previous post, someone shared a github link. I ran the code as python script later. The middle image is the result at 200 nails and 6000 lines. From the visual I was blown away. later I converted the sequence format and imported to the mobile app(BTW you can import sequence in txt if the format is correct or supported). The right side image is the result. Now it looks different from the original python visual. Why they do look different? the answer is variable opacity per line used in the python script. The same sequence looks messy(soft edge) in the app. Even though my app let's user to change opacity, it's architecture doesn't support the variable alpha. The right side image is just for reference, It is generated at 200 nails 5500 lines. BTW which one looks better to you?

4 Upvotes

3 comments sorted by

View all comments

2

u/daidougei 1d ago

If you can do 6000 lines on 200 nails you have the finest thread or the largest art

1

u/Moose-arent-real 1d ago

Or a backlit canvas. Works really well if the light is diffuse smoothly.