41
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 would recommend Julia. I switched to Julia from Python because (IMO) it's much faster and has better libraries.
For example, when I made videos with Python, I would have to save images and then convert to video with ffmpeg. But Julia has a library to generate videos on the fly without saving images. This is massively faster. They might have a library like this for Python now, but I'm not going back.
I don't want to post any of my work because of anonymity, but it's mostly animations of fractals, dynamic systems, etc.