How to learn generative art ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to learn generative art ?

I learn HTML,CSS, JAVASCRIPT but what after this I should learn to built project in generative art ????? Plz tell me

23rd Dec 2020, 5:08 PM
55_Karan Gupta
55_Karan Gupta - avatar
3 Answers
+ 3
HTML5 canvas would be good for programmatically drawing pictures. Whatever you do will likely use the HTML5 canvas under the hood. You could use a variety of libraries to draw them. Turtle is a classic generative art tool. You can use a JavaScript library inspired by Turtle to draw various graphics. Here are some examples: https://casual-effects.com/codeheart/turtle/#examples
23rd Dec 2020, 5:22 PM
Josh Greig
Josh Greig - avatar
+ 1
Unfortunately SL doesn't teach it.
23rd Dec 2020, 10:41 PM
Sonic
Sonic - avatar
0
Sonic, yeah. It is mostly a hobby so I understand why Sololearn would prioritize more job-related courses. I could help anyone interested, though. I created a Turtle-like interpreter many years ago and made some videos mostly from code at: https://www.youtube.com/user/joshig1983/videos Most of them are fractals and not easily expressed with Turtle but the 2D tree animation could be defined in turtle.
23rd Dec 2020, 11:25 PM
Josh Greig
Josh Greig - avatar