webgl.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. {
  2. "title":"WebGL - 3D Canvas graphics",
  3. "description":"Method of generating dynamic 3D graphics using JavaScript, accelerated through hardware",
  4. "spec":"https://www.khronos.org/registry/webgl/specs/1.0/",
  5. "status":"other",
  6. "links":[
  7. {
  8. "url":"http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation",
  9. "title":"Instructions on enabling WebGL"
  10. },
  11. {
  12. "url":"http://www.khronos.org/webgl/wiki/Tutorial",
  13. "title":"Tutorial"
  14. },
  15. {
  16. "url":"http://hacks.mozilla.org/2009/12/webgl-draft-released-today/",
  17. "title":"Firefox blog post"
  18. },
  19. {
  20. "url":"http://webkit.org/blog/603/webgl-now-available-in-webkit-nightlies/",
  21. "title":"Webkit blog post"
  22. },
  23. {
  24. "url":"https://github.com/iewebgl/iewebgl",
  25. "title":"Polyfill for IE"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Older versions of IE11 have only [partial support of the spec](http://connect.microsoft.com/IE/feedback/details/795172/ie11-fails-more-than-half-tests-in-official-webgl-conformance-test-suite), though it's much better with the latest update."
  31. }
  32. ],
  33. "categories":[
  34. "Canvas"
  35. ],
  36. "stats":{
  37. "ie":{
  38. "5.5":"n",
  39. "6":"p",
  40. "7":"p",
  41. "8":"p",
  42. "9":"p",
  43. "10":"p",
  44. "11":"y #1"
  45. },
  46. "edge":{
  47. "12":"y #1",
  48. "13":"y #1",
  49. "14":"y #1"
  50. },
  51. "firefox":{
  52. "2":"n",
  53. "3":"n",
  54. "3.5":"n",
  55. "3.6":"n",
  56. "4":"a #1",
  57. "5":"a #1",
  58. "6":"a #1",
  59. "7":"a #1",
  60. "8":"a #1",
  61. "9":"a #1",
  62. "10":"a #1",
  63. "11":"a #1",
  64. "12":"a #1",
  65. "13":"a #1",
  66. "14":"a #1",
  67. "15":"a #1",
  68. "16":"a #1",
  69. "17":"a #1",
  70. "18":"a #1",
  71. "19":"a #1",
  72. "20":"a #1",
  73. "21":"a #1",
  74. "22":"a #1",
  75. "23":"a #1",
  76. "24":"a",
  77. "25":"a",
  78. "26":"a",
  79. "27":"a",
  80. "28":"a",
  81. "29":"a",
  82. "30":"a",
  83. "31":"a",
  84. "32":"a",
  85. "33":"a",
  86. "34":"a",
  87. "35":"a",
  88. "36":"a",
  89. "37":"a",
  90. "38":"a",
  91. "39":"a",
  92. "40":"a",
  93. "41":"a",
  94. "42":"a",
  95. "43":"a",
  96. "44":"a",
  97. "45":"a",
  98. "46":"a",
  99. "47":"a",
  100. "48":"a",
  101. "49":"a",
  102. "50":"a",
  103. "51":"a",
  104. "52":"a",
  105. "53":"a"
  106. },
  107. "chrome":{
  108. "4":"n",
  109. "5":"n",
  110. "6":"n",
  111. "7":"n",
  112. "8":"a #1",
  113. "9":"a #1",
  114. "10":"a #1",
  115. "11":"a #1",
  116. "12":"a #1",
  117. "13":"a #1",
  118. "14":"a #1",
  119. "15":"a #1",
  120. "16":"a #1",
  121. "17":"a #1",
  122. "18":"y #1",
  123. "19":"y #1",
  124. "20":"y #1",
  125. "21":"y #1",
  126. "22":"y #1",
  127. "23":"y #1",
  128. "24":"y #1",
  129. "25":"y #1",
  130. "26":"y #1",
  131. "27":"y #1",
  132. "28":"y #1",
  133. "29":"y #1",
  134. "30":"y #1",
  135. "31":"y #1",
  136. "32":"y #1",
  137. "33":"y",
  138. "34":"y",
  139. "35":"y",
  140. "36":"y",
  141. "37":"y",
  142. "38":"y",
  143. "39":"y",
  144. "40":"y",
  145. "41":"y",
  146. "42":"y",
  147. "43":"y",
  148. "44":"y",
  149. "45":"y",
  150. "46":"y",
  151. "47":"y",
  152. "48":"y",
  153. "49":"y",
  154. "50":"y",
  155. "51":"y",
  156. "52":"y",
  157. "53":"y",
  158. "54":"y",
  159. "55":"y",
  160. "56":"y",
  161. "57":"y"
  162. },
  163. "safari":{
  164. "3.1":"n",
  165. "3.2":"n",
  166. "4":"n",
  167. "5":"n",
  168. "5.1":"a #1",
  169. "6":"a #1",
  170. "6.1":"a #1",
  171. "7":"a #1",
  172. "7.1":"a #1",
  173. "8":"y",
  174. "9":"y",
  175. "9.1":"y",
  176. "10":"y",
  177. "TP":"y"
  178. },
  179. "opera":{
  180. "9":"n",
  181. "9.5-9.6":"n",
  182. "10.0-10.1":"n",
  183. "10.5":"n",
  184. "10.6":"n",
  185. "11":"n",
  186. "11.1":"n",
  187. "11.5":"n",
  188. "11.6":"n",
  189. "12":"a #1",
  190. "12.1":"a #1",
  191. "15":"a #1",
  192. "16":"a #1",
  193. "17":"a #1",
  194. "18":"a #1",
  195. "19":"a",
  196. "20":"a",
  197. "21":"a",
  198. "22":"a",
  199. "23":"a",
  200. "24":"a",
  201. "25":"a",
  202. "26":"a",
  203. "27":"a",
  204. "28":"a",
  205. "29":"a",
  206. "30":"a",
  207. "31":"a",
  208. "32":"a",
  209. "33":"a",
  210. "34":"a",
  211. "35":"a",
  212. "36":"a",
  213. "37":"a",
  214. "38":"a",
  215. "39":"a",
  216. "40":"a",
  217. "41":"a",
  218. "42":"a",
  219. "43":"a"
  220. },
  221. "ios_saf":{
  222. "3.2":"n",
  223. "4.0-4.1":"n",
  224. "4.2-4.3":"n",
  225. "5.0-5.1":"n",
  226. "6.0-6.1":"n",
  227. "7.0-7.1":"n",
  228. "8":"y",
  229. "8.1-8.4":"y",
  230. "9.0-9.2":"y",
  231. "9.3":"y",
  232. "10-10.1":"y"
  233. },
  234. "op_mini":{
  235. "all":"n"
  236. },
  237. "android":{
  238. "2.1":"n",
  239. "2.2":"n",
  240. "2.3":"n",
  241. "3":"n",
  242. "4":"n",
  243. "4.1":"n",
  244. "4.2-4.3":"n",
  245. "4.4":"n",
  246. "4.4.3-4.4.4":"n",
  247. "53":"a"
  248. },
  249. "bb":{
  250. "7":"n",
  251. "10":"y"
  252. },
  253. "op_mob":{
  254. "10":"n",
  255. "11":"n",
  256. "11.1":"n",
  257. "11.5":"n",
  258. "12":"a",
  259. "12.1":"a",
  260. "37":"y"
  261. },
  262. "and_chr":{
  263. "54":"a"
  264. },
  265. "and_ff":{
  266. "50":"a"
  267. },
  268. "ie_mob":{
  269. "10":"p",
  270. "11":"y #1"
  271. },
  272. "and_uc":{
  273. "11":"y #1"
  274. },
  275. "samsung":{
  276. "4":"y"
  277. }
  278. },
  279. "notes":"Support listed as \"partial\" refers to the fact that not all users with these browsers have WebGL access. This is due to the additional requirement for users to have [up to date video drivers](http://www.khronos.org/webgl/wiki/BlacklistsAndWhitelists). This problem was [solved in Chrome on Windows](http://blog.chromium.org/2012/02/gpu-accelerating-2d-canvas-and-enabling.html) as of version 18.\r\n\r\nNote that WebGL is part of the [Khronos Group](http://www.khronos.org/webgl/), not the W3C.",
  280. "notes_by_num":{
  281. "1":"WebGL context is accessed from \"experimental-webgl\" rather than \"webgl\""
  282. },
  283. "usage_perc_y":57.61,
  284. "usage_perc_a":32.01,
  285. "ucprefix":false,
  286. "parent":"canvas",
  287. "keywords":"web gl",
  288. "ie_id":"webglcanvas3d,webglinstancingextension",
  289. "chrome_id":"6049512976023552",
  290. "firefox_id":"webgl-1",
  291. "webkit_id":"specification-webgl-1",
  292. "shown":true
  293. }