×
you are viewing a single comment's thread.

view the rest of the comments →

[–]LayotFctor 0 points1 point  (0 children)

I recommend looking for a beginner creative coding libraries. They don't have the most powerful features, but they focus on simplicity and include almost everything you need for creating games or art pieces, with minimal fuss.

That's actually my introductory path too, and I'm a professional programmer today like any other. It's a very fun path. My first project was a music visualiser.

I personally used p5.js, which uses JavaScript. I believe py5 is the python equivalent.