Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Flash was the language of web art. I don't know what is the new language for that anymore

P5, which while excellent and better than flash for many reasons it’s not the same thing.

The true beauty of flash was seeing the cool games and animations online a kid could pirate a copy of flash and then the way the tech worked it lulled you in with simple animation tools but you were forced to interact with code to control the play state.

This meant a percentage dug deeper and could eventually make games and more advanced things.



p5.js is to Flash....what D3.js is to making a bar chart in Excel. Here is the code required to just render a circle in p5:

>function draw() {

> stroke(50);

> fill(100);

> ellipse(x, y, 24, 24); }

In Flash you would just click the Oval icon and draw one.


True true, now draw a ellipse programmatically or line that follows the mouse in Flash and you'll see this flip round and P5 is easier.

Both have their benefits, P5 is far superior for creating interactive digital art or creative tooling. Flash is far better at creating intricate animations.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: