How have you made art with code?

https://programming.dev/post/45919960

How have you made art with code? - programming.dev

I saw the post earlier about making maps using Python. I thought that was a really cool concept as I love seeing open art projects like that. Do you know any other projects that allow you to make art with code?

Processing and its descendants, p5.js, p5.py. Nannou for Rust.

vpype is a really powerful python library/toolkit for generating art for plotters (drawing robots).

Blender with python scripting is also widely used.

Some relevant keywords: “procedural art”, “generative art” (generative AI is kinda killing this one), “creative coding”, “algorithmic art”, “plotter art”, “pen plotter”, “live coding” (for music with code)

The fediverse (mostly mastodon) has a decent presence of artists, usually tagging works with some of the above keywords.

Welcome to Processing!

Processing is a flexible software sketchbook and a language for learning how to code. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology…

Processing
That sounds like some great places to start, much appreciated!
Also, these are more targeted at beginners to programming, but Daniel Shiffman has a youtube channel and a free book about creative coding with p5 (The Nature of Code) that is very good. Depending on your background, it may contain a lot of remedial material, but there’s some really great ideas on how to think about designing dynamic systems that make cool images and interactive art in there, especially in the later chapters if you skip around.
The Coding Train

All aboard the Coding Train with Daniel Shiffman, a YouTube channel dedicated to beginner-friendly creative coding tutorials and challenges.