John Lewis

Results 20 comments of John Lewis

Let's not because OpenGL is completely broken on OpenGL, and that seems glaring to me.

I feel like this deserves a special case among the vertex data though, because any number of effects depend on being able to know the exact distance to the edge...

> the changelog should be appropriately filled out. Done.

I am also experiencing this; if I spawn a point light with `shadows_enabled` on and the camera beyond the `range` of the light, the shadows don't work until I toggle...

Not sure if this is necessary but the explicitly python3 version of that is ``` sudo apt-get install python3-rpi.gpio python3-spidev python3-pip python3-pil python3-numpy ```

Does not fix for me Dockerfile: ```Dockerfile FROM oven/bun WORKDIR /app COPY package.json ./ RUN bun install COPY . . EXPOSE 3000 CMD [ "bun", "run", "build:start" ] ``` package.json:...

I'm no longer using Aura, so I won't be making a PR. Feel free to do it in my place @diceeth, it's pretty simple.

How should I be getting `libGL`?

If I use `"GLOBAL_LIBGL" = "${pkgs.lib.makeLibraryPath pkgs.libGL}";` to leak the one from my system config, the store path in `GLOBAL_LIBGL` is the same as the one in my devshell. I...

For anybody wondering, apparently it's a known bug that WGPU doesn't use OpenGL when running on wayland, so I had to force it to run on X with the following...