8 ms·
I wonder what’s wrong with Firefox? What is the bottleneck? The JavaScript engine? I’m guessing the thing is compiled to wasm anyway.
by dsnr 10mo ago
I wonder what’s wrong with Firefox? What is the bottleneck? The JavaScript engine? I’m guessing the thing is compiled to wasm anyway.
- voxic11 10mo agoThe bottleneck is webgl. I'm not sure why exactly but firefox is pretty well known to have significantly worse webgl performance than can be achieved with chrome.
- lukan 10mo ago"I'm not sure why exactly" I would guess because the GPU world is messy and full of broken drivers full of hacks and workarounds, so it is rather a miracle that FF works so good, with the few engineers they have left. (If you are on a chrome based browser, open chrome://gpu to get a glimpse into the work they have been doing just for your GPU and plattform)
- pjmlp 10mo agoWhich is why sadly Web 3D never took off beyond ecommerce and visualisation tooling, with game studios rather focusing on streaming. While on native games the engine can workaround the driver issues, Web 3D APIs are at the mercy of the browser sandbox, where studios don't have access to possible workarounds due to lack of feedback on API performance.
- Aeolun 10mo agoIt’s RA2. If we could run it on a P2, then surely we can run it in a modern browser even on pure CPU?
- dsnr 10mo agoExactly what I was thinking. Minimum specs: Memory: 4GB (8GB recommended) The original ran on 128 MB or even less.
- CursedSilicon 10mo ago32MB under Win95
- pjmlp 10mo agoProbably even with pure software rendering in WebAssembly, most likely.