Replies: 1 comment 2 replies
-
I'm not sure what is the expected outcome from this discussion, but we don't have any matrices of which version of OS and browser work. Generally speaking, latest and greatest should work for latest version. This is my personal point of view. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Testing for WebGL Conformity
Background
Wikipedia tells us about WebGL:
There is a web page that can undertake testing of your browser's implemenetation of WebGL at: https://registry.khronos.org/webgl/sdk/tests/webgl-conformance-tests.html
I saw that the number of tests were immense, so I asked ChatGPT "how long should it take to run the GL conformance tests?" and it advises:
My experience
I commenced testing with several of my environments, i.e. Gentoo Linux and Debian Linux and Firefox and Chromium thereon, and found 1) my Gentoo laptop w/32 GB RAM crashed and was turned off in the morning, 2) Firefox crashed with no error report in both Debian and Gentoo VMs, and 3) Chromium in a well endowed Gentoo Linux VM (64 MB RAM, 32 available processors through Xen's shared processors) completed with a report showing several fails. The lack of 100% PASS for three different environments has me wondering 1) about testing using the above URL, 2) about the implementation of MapLibre's GL, and 3) if there is any documentation or matrix on what features of WebGL MapLibre Gl implements. So I thought I'd start this discussion with the hope of comments from senior developers on this project sharing their perspective.
What brought me to look into this area is the fact that I have maps in two different open source project which display using the MapLibre-gl-Inspect (http://unpkg.com/maplibre-gl@latest/dist/maplibre-gl-inspect.js), but not the "latest" version (https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.js). I am wondering if this discrepancy is a result of my hardware and/or LInux environment.
Beta Was this translation helpful? Give feedback.
All reactions