Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top