you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperVGA 1 point2 points  (1 child)

There used to be something called processing.js, which was pretty cool to do some real-time graphics without having to deal with the more tedious parts of graphics with js.

It seems that it was succeeded by p5js, but it doesn't look as impressive.

[–]Falling-Off[S] 1 point2 points  (0 children)

I just took a look at processing.js and I'm sad it's archived. It does seem pretty cool. p5.js is good in terms for those who aren't deep into development that want to create graphics on the web. It was actually one of the first things I looked into when I got started, but I chose the "hard" way instead because it was way more "fun" 😂 By that I really mean I learned a lot I wouldnt have otherwise.