Demo Repository: Difference between revisions
Jump to navigation
Jump to search
IE 11 support is better than was displayed in this table. I came to check on my old laptop Dell with Intel Mobile 945 Express chipset and it works very well. |
Kbr google (talk | contribs) Remove Jonas Sicking's demos which are no longer available |
||
(One intermediate revision by one other user not shown) | |||
Line 97: | Line 97: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="background:#CCC; color:white">[https://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html Earth]</td> | <td style="background:#CCC; color:white">[https://www.khronos.org/registry/webgl/sdk/demos/webkit/Earth.html Earth (and Mars)]</td> | ||
<td style="background:#AAA; color:white"> Apple </td> | <td style="background:#AAA; color:white"> Apple </td> | ||
<td style="color:green">Yes</td> | <td style="color:green">Yes</td> | ||
Line 161: | Line 161: | ||
</table> | </table> | ||
=== Notes === | === Notes === | ||
<sup>1</sup> Chrome disable (black-list) WebGL for some old graphics cards. For some of them other browsers work very well. For example WebGL is not working for Intel Mobile 945 Express family, but Internet Explorer 11 works very well. | <sup>1</sup> Chrome disable (black-list) WebGL for some old graphics cards. For some of them other browsers work very well. For example WebGL is not working for Intel Mobile 945 Express family, but Internet Explorer 11 works very well. |
Latest revision as of 00:51, 18 July 2019
The WebGL repository contains a number of demos that highlight WebGL functionality. The following table shows these demos and whether they are known to run in the current builds of WebGL-capable browsers. It may be out of date at any time; if in doubt, just try it!
You can check out the source code for all of these demos via Git:
git clone https://github.com/KhronosGroup/WebGL.git
Test | Originator | Apple (WebKit) | Google (Chrome)1 | Microsoft (Internet Explorer) | Mozilla (Firefox) | Opera |
---|---|---|---|---|---|---|
san-angeles | Yes | Yes | Yes | Yes | Yes | |
particles | Yes | Yes | Yes | Yes | Yes | |
shiny-teapot | Yes | Yes | Yes | Yes | Yes | |
high-dpi | Yes | Yes | Yes | Yes | Yes | |
image-texture-test | Yes | Yes | Yes | Yes | Yes | |
procedural-texture-test | Yes | Yes | Yes | Yes | Yes | |
Vertex Buffer Object Example | Yes | Yes | Yes | Yes | Yes | |
Colored Box | Apple | Yes | Yes | Yes | Yes | Yes |
Textured Box | Apple | Yes | Yes | Yes | Yes | Yes |
Earth (and Mars) | Apple | Yes | Yes | Yes | Yes | Yes |
Teapot Per Vertex | Apple | Yes | Yes | Yes | Yes | Yes |
Teapot Per Pixel | Apple | Yes | Yes | Yes | Yes | Yes |
Many Planets Deep | Apple | Yes | Yes | Yes | Yes | Yes |
WebGL + CSS | Apple | Yes | Yes | Yes | No (Demo requires -webkit CSS prefixes, need to update it) | No (teapot not drawn, CSS effects not supported) |
J3DI Matrix Test | Apple | Yes | Yes | Yes | Yes | Yes |
Spore COLLADA Viewer | Mozilla | Yes | Yes | No | Yes | Yes |
Notes
1 Chrome disable (black-list) WebGL for some old graphics cards. For some of them other browsers work very well. For example WebGL is not working for Intel Mobile 945 Express family, but Internet Explorer 11 works very well.