Hacker News new | ask | show | jobs
by double051 4358 days ago
JavaScript allows you to use WebGL, which is essential for high-performance 3D interactive content in the browser.

Granted, not many websites need WebGL, but the ones that do need JavaScript.

2 comments

I'd suggest that you've not really answered the question.

yes webGL is a nice feature, but is it required?

For example, a menu is required for navigation, however it doesn't need animations to work. Sadly there has been a trend for things that actively slowdown or hamper speedy navigation (the breaking of the back button, animated transitions etc.)

Thats not to say JS is inherently bad. but when a website sucks 90% cpu to essentially display text, there is something drastically wrong.

Why would you want "high-performance 3D interactive content" in a browser?

What I want is to read things and communicate with people.