40
How have you made art with code?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I made a sorting algorithm visualizer.
https://sciactive.github.io/libsortjs/demo/
It’s not really any different than a lot of other sorting algorithm visualizers. It has some additional features, like different visualizations, but it doesn’t have sound.
I didn’t do it to make something better though, I did it to make it myself. I wanted to implement all of those sorting algorithms myself, which was very fun.
I don’t know if you consider that art, but I think it can be beautiful, so maybe.
(Btw, it will happily crash your browser if you try to sort an enormous list using a really inefficient algorithm, so be careful.)