rgret-dev
rgret-dev
I think this can be closed since Nix support was removed in #4066
Everything got hoisted up one level (no more `Userland/*`) so you'll need to rebase with master but git should figure it out automatically.
There is a draft PR open for this (#2278), but I don't know if the original author is still working on it. CC: @sakgoyal
I tried loading this WebGL fluid simulation: https://paveldogreat.github.io/WebGL-Fluid-Simulation/ ...and it appears the context is still null. This is how [their javascript](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation/blob/a2d292931f19d9b3b9f564e23e6c32729d2121c3/script.js#L121C1-L124C100) is getting the WebGL context: ```js const params =...