Frage

Can someone confirm that WebGL works with node-webkit on Linux distros?

I can make WebGL run on Google Chrome after enabling the flag Override software rendering list on chrome://flags/, but I'm getting errors regarding Three.js when trying to execute the same application on node-webkit.

War es hilfreich?

Lösung

To answer my own question:

It just depends if the system has a video driver installed that supports:

  • hardware acceleration and
  • OpenGL ES2.0

(the requirements for WebGL)

Node-WebKit or not, WebGL is gonna run smoothly, if the above requirements are met.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top