== Chrome == If you are Linux user, then (according to http://www.borfast.com/blog/how-enable-webgl-google-chrome-linux-blacklisted-graphics-card) you can try running it from commandline with //--enable-webgl// and //--ignore-gpu-blacklist// switches: {{{ $ google-chrome --enable-webgl --ignore-gpu-blacklist }}} It should be working for other operating systems too. Moreover, you can set appropriate flags with [[chrome://flags/]] URL in your Chrome browser. You can be also interested in visiting: - for Mac OS: - [http://stackoverflow.com/questions/15141974/does-webgl-work-on-chrome-on-a-mac Does WebGL work on Chrome on a Mac?] - [http://stackoverflow.com/questions/10354717/how-to-use-software-webgl-engine-in-chrome-18 How to use software webgl engine in Chrome 18] - for Android: - [http://thenextweb.com/google/2013/01/25/google-finally-makes-it-easy-to-enable-webgl-support-in-latest-chrome-for-android-beta/ Google finally makes it easy to enable WebGL support in latest Chrome for Android beta] - for Windows: - [http://stackoverflow.com/questions/10222589/webgl-doesnt-work-under-chrome-in-windows-8-developer-preview WebGL doesn't work under Chrome in Windows 8 Developer Preview] - generic: - http://get.webgl.org/ - http://en.wikipedia.org/wiki/WebGL - [http://support.google.com/chrome/bin/answer.py?hl=en&answer=1220892 WebGL and 3D graphics] - [http://blog.chromium.org/2012/02/gpu-accelerating-2d-canvas-and-enabling.html GPU accelerating 2D Canvas and enabling 3D content for older GPUs] == Other browsers == You can help us to support your browser. If you figure out how to solve your issue, please let us know about solution so we can append it to this document. Good idea is to begin with inspecting solutions available for Chrome - they might work (or give you a clue what the nature of the issue might be). You might be also interested in visiting: - http://get.webgl.org/ - http://en.wikipedia.org/wiki/WebGL