--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,Also take a look at this https://github.com/rogerwang/node-webkit/wiki/Webgl-support-on-windowsIf that fixes it please let me know. I haven't come across a win pc without dx pre-installed so I might need to add those to my project if thats the case.Thank youOn Mar 12, 2014, at 3:32 PM, LZAntal <lza...@gmail.com> wrote:Hi,
On Mar 12, 2014, at 3:19 PM, tmsto...@gmail.com wrote:
Hey Laszlo,
I downloaded Node-Webkit 0.9.2 (Win32) and used it to navigate to the site http://get.webgl.org/
What I got was this message:
"Hmm. While your browser seems to support WebGL, it is disabled or unavailable. If possible, please ensure that you are running the latest drivers for your video card."
This is different from using Firefox or Chrome, where I get the wireframed spinning cube.
Hmm thats weird. Try this, add this to your package.json file "chromium-args" : "--enable-webgl"
Laszlo
http://twitter.com/LZAntal
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "node-webkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-webkit/IP2vxk1cPt0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-webkit...@googlegroups.com.
Hey it works now! And it's running much more smoothly! So yeah, I'm guessing Windows 8.1 removes DX9 components, probably in favour of DX10.1 or higher or something?Anyways! Thanks!
Had to install DX9 redist, adding the chrome flag didn't work.