this post was submitted on 17 Feb 2026
31 points (97.0% liked)

Programming

25594 readers
138 users here now

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

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] GammaGames@beehaw.org 1 points 10 hours ago* (last edited 53 minutes ago)

During covid I tried out processing with python, I threw my code up on github: https://github.com/GammaGames/processing

Random rainbow with a gamma that I sometimes use for my banner:

Some blossoms I got from unsplash:

I also made a “procedurally generated ruleset” mostly so I could use a generated texture pack from 2019, but also because I wanted to mess with yaml. It runs in the browser, kinda!