p2sa devlog 1 - Hello !
This project is a rewriting in Rust of a school project I made in Python, to improve the speed and to experiment with this language.
The goal of this project is to reproduce an image just with lines, like in string art.
I also plan to do a website to use it easily, but it will probably be another stand-alone project.
So for this first devlog, I remade the core feature, the reproduction of an image in a string art style using edge detection to place the nails, and made it a rust library.
I will probably do the CLI part next, so I may be able to publish the first version of the crate.
Here is an example result :
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.