+ 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
3 ответов
+ 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
+ 1
Unfortunately SL doesn't teach it.
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.